home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Suites Under Development / Collaborative Info. Suite ß8 / Collaborative Info. Suite fl8
Encoding:
Text File  |  1993-12-14  |  373.1 KB  |  1,016 lines  |  [ONLN/HLX2]

  1.         
  2.         The Collaborative Information Suite
  3.  
  4. Version 1.0b8
  5. Preliminary Developer Note
  6. June 18, 1993
  7.  
  8.  
  9. Introduction to the Collaborative Information suite    3
  10. Overview of the Collaborative Information suite    3
  11. Typical client applications for the Collaborative Information suite    4
  12. Important Information About The CI Suite    4
  13. Using object specifiers in place of other parameters    11
  14. Usage scenarios    12
  15. Getting cEntity Information    12
  16. Getting a cAddress from a cEntity    13
  17. Getting different subclasses of cAddress from a cEntity    13
  18. Apple events defined in the Collaborative Information suite    14
  19. Object classes defined in the Collaborative Information suite    15
  20. Table 2    Apple event object classes defined in the Collaborative Information suite    15
  21. i.cCatalogNode    24
  22. i.cCIRecord    27
  23. i.cAttribute    30
  24. i.cUserField    33
  25. cPhoneNumber    35
  26. i.cAddress    38
  27. cMailAddress    40
  28. i.cPostalAddress    43
  29. i.cFAXAddress    46
  30. i.cPhoneAddress    48
  31. i.cBeeperAddress    50
  32. i.cEntity    53
  33. i.cPerson    57
  34. i.cEquipment    62
  35. i.cLocation    66
  36. i.cOrganization    70
  37. Descriptor types defined in the Collaborative Information suite    74
  38. Table 4    Descriptor types defined in the Collaborative Information suite    74
  39. typePhoneNumber    75
  40. i.typeAttribute    78
  41. i.typeAddress    79
  42. i.typePostalAddress    80
  43. i.typePhoneAddress    81
  44. typeMailAddress    81
  45. i.typeEntity    84
  46. i.typePerson    85
  47. i.typeEquipment    86
  48. i.typeLocation    87
  49. Constants defined in the Collaborative Information suite    87
  50. Table 7    Constants defined in the Collaborative Information suite    87
  51. Introduction to the Collaborative Information suite
  52. The Collaborative Information suite defines Apple event constructs for applications which deal with contacts, resources, locations, and addresses.  It builds on the Table  and Data Base suites, so familiarity with these suites is recommended.    The Collaborative Information suite can be used alone for retrieving information about entities, or it can be used in conjunction with other suites (such as ones which define constructs for time, events, projects, etc.) to perform complex functions relating entities with other types of information.
  53. This suite is also designed so that it can be used in conjunction with the Telephony and Mail Suites to support the integration of  various applications in personal communications, workflow and other collaborative solutions.
  54. Overview of the Collaborative Information suite
  55. The Collaborative Information suite defines object classes for
  56. n    records, which contain information for anything which has information to support collaboration.
  57. n    attributes, which contain the individual pieces of information found in a record.
  58. n    entities, which are records that contain information for any person, place, or thing which has a primary address and can have its time or other information managed.
  59. n    addresses, which are pieces of information describing various types and kinds of means for communicating with or reaching an entity.
  60. The Collaborative Information suite also defines AppleEvent protocols for
  61. n    identifying the structure of a particular CI server
  62. n    finding entities and records
  63. n    getting various addresses and attributes of entities and records
  64. The Collaborative Information suite also suggests general guidelines for
  65. n    Address Coercions.
  66. n    Entity IDs.
  67. Applications that should implement the Collaborative Information suite
  68. The following types of applications should support the Collaborative Information suite:
  69. n    applications that directly access AOCE catalog services
  70. n    applications that manage contact information
  71. n    applications that manage resource information (equipment, locations, etc)
  72. Typical client applications for the Collaborative Information suite
  73. The following types of applications are likely to be clients of applications that support the Collaborative Information suite:
  74. n    calendar and scheduling applications which want to link to a contact manager
  75. n    word processors which want to automate mail merging and simplify address retrieval
  76. n    spreadsheets, databases, and other information managers which don’t want to duplicate information in a contact manager
  77. n    project managers which want to provide access to contact and resource information
  78. Important Information About The CI Suite
  79. Intro
  80. The CI suite defines two basic kinds of objects and several sublcasses.  It also outlines several guiding principles for CI servers and clients, which if followed by all client and server applications will foster a new level of communication and functionality for the end user.
  81. Entities
  82. Entities are the primary object type for the Collaborative Information Suite.  An entity is defined as any "thing" which can be located in any number of space coordinates, be it physical, electronic, or otherwise.  Each entity can have any number of pieces of information (as address or user field elements), but must have at least the basic information defined for a cEntity object.  For example, a cPerson is a subclass of cEntity, and may have name information, several different user fields, and several different addresses.   Notice that by abstracting many properties of cPerson into cEntity, the suite can also define other items such as cLocation and cEquipment.   Then any list of cEntity objects can be iterated without regard for the type of each object.  For example, a calendar program could iterate through a list of entities which contain three people, a meeting room and a slide projector, to find the next free time and then schedule a meeting.
  83. Attributes, Addresses, and user fields
  84. Atributes are containers for bits of information in records.  Any kind of information can be stored in attributes; in this manner, the object cAttribute is similar to, but not descendant from, cCell.   The CI Suite defines two special kinds of information that can be found in attribute objects: addresses and user fields.  This allows data access at two levels.  On a low level, all the bits of information can be accessed without distinction via cAttribute objects.  On a high level, via cAddress and cUserField objects, bits of information can be retreived as recognizable collections using familiar terms.
  85. There are several kinds of address types defined in the suite.   Any address can be retrieved either in a text format or in a descriptor record; the default type for all addresses is typeIntlText.  An address can also be accessed via its properties, depending on the clients needs.  For example, a word processor could retrieve the first postal address for an entity as text, or could just retrieve the zip code property of the first postal address.  Basic address types have been defined for postal addresses, phone numbers, and electronic mail accounts.  Other address types can easily be defined, allowing for extendibility.
  86. Addresses are also classified in one of two ways: realtime or store-and-forward.  Realtime addresses are addresses in which a connection is made between sender and recipient, and information is exchanged synchronously.  For example, phone numbers are realtime addresses.  Store-and-forward addresses are addresses in which information is delivered over a period of time from the sender to the recipient asynchronously, and no realtime connection is made.  Postal addresses are a classic example of store-and-forward address types. 
  87. Because a cEntity object is defined by its property of location, each cEntity object has both a pPrimaryMailAddress and pPrimaryRealTimeAddress property, each containing some appropriate subclass of cAddress.  If a client application asks for "the primary address" of a cEntity, the server should return the pPrimaryMailAddress.  The server is responsible for defining what the pPrimaryMailAddress for each cEntity is, either by itself or thru user preference.  If a client application asks for "the primary realtime address" of an cEntity, the server should return the pPrimaryRealTimeAddress.  Again, the server is responsible for defining what the pPrimaryRealTimeAddress for each cEntity is.
  88. Each cEntity, usually has more than one or two addresses, and sometimes has more than one for each type, such has a person having one postal address and several phone numbers.   Addresses can be retrieved either by formAbsolutionPosition or by name.  When retrieved by formAbsolutePosition, it is up to the CI Server to determine the order of the addresses within an entity.
  89. To illustrate, lets define a scenario where a client application is polling a server for various addresses of a given cPerson, which has one cPostalAddress as the pPrimaryMailAddress, and three cPhoneNumber addresses, the second of which is also the pPrimaryRealTimeAddress.   If the client application asks for "the primary address" of the cPerson, then the pPrimaryAddress is returned.  If the client applications asks for "the primary realtime address" of the cPerson, then the second cPhoneNumber is returned.  If the client application asks for "the first phone number", then normal formAbsolutePosition is used to return the first cPhoneNumber defined.  Notice that the indexing of addresses changes depending on which type of address is being asked for ("second address" indexes thru all addresses whereas "second phone number" indexes thru only the phone number addresses).
  90. Open Ended Structure
  91. Because collaborative applications vary widely as to what information is stored with each entity, records must have a variable number of elements and be designed with an extensible framework in mind.   For this reason, the Collaborative Information Suite is designed on top of the Table suite.  This allows a cEntity object to be used analogous to a cRow, and the cEntity's elements as cCells of a cRow.  cAddress and cUserField, then, are subclasses of cCell.   A developer may wish to implement the CI suite on top of the Database suite; this will have no averse effect on the definition of the CI Suite.  Each application which implements the Collaborative Information suite is responsible for mapping their internal structures into various address type and user fields, where appropriate.
  92. Since each CI server can implement the CI Suite to suit their needs, client apps to CI servers are responsible for getting the structure of the table from which it wants to get entity information, IF it wants to access specific elements defined by the server by either formAbsolutePosition or formName.  If a client app simply wants to access primary address or preferred information about a cEntity, little knowledge of the server applications structure is required.
  93. Entity IDs
  94. The ID property of an entity plays a very important role for the CI suite.  These IDs can be used for data relationships within other application, and in reconciliation between two sets of equivalent data by applications of a similar nature.
  95. One of the scenarios envisioned for this suite is a data link between a CI server and a client application.  For example, a project planning application may keep a list of personnel for each project within its data structure.  The project application could access a CI server to get information about the people involved with the project, and store the IDs of each person within its own data.  Later, if the project application needs to re-access that information, it can use the IDs it has stored to access the information in the CI server quickly using the formUniqueID keyform.
  96. A specialized case of data links might be between two CI servers, one in a desktop machine and another on a portable device.  A user could direct the desktop machine to download a bunch of contact information into the portable device via AppleEvents, and then take the portable device out of the office.  Later, when she returns to the office, she could reconcile the data in her portable device with the data on the desktop using the IDs.  Each application can store the information in whatever format it requires; as long as the IDs are preserved, reconciliations can occur.  (A Reconciliation AppleEvents Suite to facilitate reconciliation would be most excellent!)
  97. With these scenarios in mind, implementors of the CI suite need to be aware of two important aspects of IDs: its size and its struture.  In this version of the CI suite, neither the size nor the internal structure of an entity ID is defined.  It is left to the implementor to devise a scheme that generates IDs.  IDs should be large enough to provide a sharp resolution such that the likelihood of two copies of any program generating the same ID is very small.  IDs should also be as compact as possible so that client applications using those IDs can store them within their own data structures without taking up too much space. 
  98. [[[We can make some recommendations that will help foster the scenarios discussed above, and new levels of functionality in the near future.  Collaborative Information Suite servers should define IDs in size between 10 and 20 bytes.   IDs under 10 bytes in size do not provide a high enough resolution to guard against duplicity, and IDs larger than 20 bytes may force too much burden on client applications which want to store ID information.  Client applications to the CI suite should design their structures to handle variable size IDs if they want to store them.   CI Servers may also want to implement a variable size ID so that it can handle and store entity records with foriegn ID schemes received from other CI Servers.]]]
  99. Entity Names
  100. Entity names are used as the primary method of retreiving entity information in any form of scripting (or end user) environment.  Since entity IDs are application defined, a script user or a client application should not know the internal structure of an ID, and therefore should not attempt to generate one explicitly (It is acceptable to internally use ID returned by a CI suite server, such as when a list of entity IDs is returned and subsequently iterated).  The pName property of each cEntity is defined by the implementing application, and cannot be modified by a client application.   The pName field may be defined by the combination of other fields, such as the pFirstName and pLastName propertiers of a cPerson.  In this case, if a client changes either of these latter properties, the pName property would also change.
  101. Finding Entities
  102. In almost all cases, an end-user will want to find an entity by name and retreive some address from it.  In the case where the name is unique within the datafile, the server should return the information requested.  If, however, there are several entities with the given name, an error is returned by the CI Server (errAEMoreThanOneFound?).  At this point the client application may wish to count the number of entities with that name, retrieve the entities, and display them in a list for the user to choose from.
  103. Accessing information via cEntity or cRecord versus cRow
  104. The CI Suite defines itself on top of the Table and Data Base Suites.  BUT, the number of addresses and attributes is not a fixed number for each entity, as is the case with the number of cells in each row.  This is due to the fact that addresses and user fields for an entity may not be stored in the table itself, and may be retrieved by the CI Server transparently.  One thing to remember, then, is that there could potentially be several ways to access information.  Because address information may be a combination of columns within a table, and because the number of addresses and user fields may vary from entity to entity, the number of cells in a row may not be equal to the number of address plus the number of user fields in an entity.  Client applications should always count the number of addresses and user fields of an entity, and count the number of columns in a table.  
  105. Of course, a CI Server need not implement any of the table or Data Base suites, but rather just implement the CI Suite, and so would not need to worry about this at all.
  106. Containment Hierarchy
  107. The CI Suite provides many different ways of getting to various pieces of information through a multitude of object types. However, many of these object types are simply specializations of one another. The containment hierarchy for the CI suite is therefore very straightforward and is illustrated in Figure 1. The cCatalog Node objects are subclasses of Tables so that table and data base events may be applied.  Even more significantly, the catalog objects are recursive so that one can nest any number of catalogs inside one another.
  108. CI Suite and AOCE
  109. Much of this structure and framework is similar to AOCE catalog services; this is no coincidence.   The CI suite makes all of the information in an AOCE catalog available through the cCatalogNode, cRecord and cAttribute types. It also makes it easy to get access to AOCE addresses and phone numbers through the other CI Suite objects.
  110. Using object specifiers in place of other parameters
  111. In all of the suites except the Finder suite (and even then this is changing soon), you can substitute an object specifier for any parameter of an Apple event that is not already defined to be an object specifier. This object specifier must specify a single object. When you substitute an object specifier for another parameter, the actual value of the parameter is the value of the default descriptor record for the specified object (that is, the value you get when you send a Get Data Apple event for the object and do not specify a particular descriptor type for the result).
  112. Usage scenarios
  113. The Collaborative Information suite will allow the user to accomplish things that
  114. are not easy to do with other suites. This is possible primarily because the
  115. suite is structured around the concept of entities and addresses. Hence, the
  116. typical usage scenarios take advantage of this structure to get or set the
  117. address of a specific entity.
  118.  
  119. Basic example I: The name of a person appears in an project management document.
  120. That application can use this suite to get the phone number of the person from
  121. a contact manager, and then use it for automatic data entry, dialing, or
  122. arbitrary other purpose.
  123. Basic example II: a user types the name of a person at the top of a new word processor document and then selects a menu item to look up the address.  The word processor takes the name and sends an event to a contact manager to get the address, then inserts the address below the name in the document.
  124.  
  125. Impressive example: A word processor could loop through a list of names, get a
  126. full address from a contact manager, and insert the address into a letter for
  127. an efficient mail merge.
  128.  
  129. Top Gun example: A magazine editor could type some buzzwords for a story into
  130. an outliner. A contact manager could use these to search through a "notes"
  131. column and return a list of all the people that match the buzzwords,
  132. creating a source list that can be sent to a reporter (who can then use the
  133. basic example I to access a phone number or address).
  134.  
  135. Of course, there is plenty of room for the enterprising developer to use the
  136. suite in ways that extend beyond those listed here.
  137. Getting cEntity Information
  138. Applications can get a cEntity record by sending a simple GetData event.  For scripting languages, the nouns "person", "location", and "equipment" can all be substituted with "entity", but not the vice versa.  For example:
  139. The following pseudo-script returns a AERecord of type typePerson, which contains many of the properties of cPerson and all the addresses and user fields of that person in their best types (usually typeAddress and typeUserField).  
  140. tell application "MyContactsApp"
  141.     set x to person "Kawa@"
  142. end tell
  143. The following pseudo-script returns a AERecord of type typeOrganization.  Notice that because the script asks for an organization instead of a person, the CI Server may elect to return "Kawasaki Inc" instead of "Guy Kawasaki".
  144. tell application "MyContactsApp"
  145.     set x to organization "Kawa@"
  146. end tell
  147. (the @ symbol is often used to perform a "begins with" search.  It is used here for illustration purposes and is not define in this suite.)   
  148. Getting a cAddress from a cEntity
  149. Applications can get an address of a cEntity record by sending a simple GetData event.  For scripting languages, the nouns "person", "location", and "equipment" can all be substituted with "entity", but not the vice versa.  To get an address, simply specify the container:
  150. The following pseudo-script returns a a string containing the first address for the entity.  
  151. tell application "MyContactsApp"
  152.     set x to address 1 of person "Jim Kaslik"
  153. end tell
  154. The following pseudo-script returns a a string containing the named address for the entity.  
  155. tell application "MyContactsApp"
  156.     set x to address "Applelink" of person "Danny Cooley"
  157. end tell
  158. Getting different subclasses of cAddress from a cEntity
  159. Applications can get an address of a cEntity record by sending a simple GetData event.  For scripting languages, the nouns "person", "location", and "equipment" can all be substituted with "entity", but not the vice versa.  To get an address, simply specify the container, and either a name or an index.
  160. This pseudo-script returns a a string containing the second phone number.  
  161. tell application "MyContactsApp"
  162.     set x to phone number 2 of person "Dave Evans"
  163. end tell
  164. This pseudo-script returns a a string containing the mail address with the given name.  
  165. tell application "MyContactsApp"
  166.     set x to mail address "Applelink" of person "Michael Bayer"
  167. end tell
  168. Apple events defined in the Collaborative Information suite
  169. There are no new events defined by the CI suite.
  170. Object classes defined in the Collaborative Information suite
  171. The Apple event object classes defined in the Collaborative Information suite are described in the following sections. Table 2 lists these object classes. 
  172. n    Table 2    Apple event object classes defined in the Collaborative Information suite
  173. Object class ID    Description
  174. cCatalogNode    A hierarchial container for information
  175. SuperClass:    cTable
  176. Properties:    pBestType, pClass, pDefaultType, pName, pProtection, pAccess, pKind, pLock, pID, pPath
  177. Element Classes:    cCatalogNode, cRecord, cRow, cColumn, cCell, cKey
  178.  
  179. cCIRecord    a record containing attributes
  180. SuperClass:    cColumn
  181. Properties:    pBestType, pClass, pDefaultType, pAccess, pLock, pName, pID
  182. Element Classes:    cAttribute, cCell
  183.  
  184. cAttribute    A piece of information contained in a cRecord
  185. SuperClass:    cColumn
  186. Properties:    pBestType, pClass, pDefaultType, pAccess, pID, pName, pValue, pTag
  187. Element Classes:    none
  188.  
  189. cUserField    Any piece of information NOT related to addresses
  190. SuperClass:    cObject
  191. Properties:    pBestType, pClass, pDefaultType, pName, pValue
  192. Element Classes:    none
  193.  
  194. cPhoneNumber    A telephone address
  195. SuperClass:    cObject
  196. Properties:    pBestType, pClass, pDefaultType, pCountryCode, pDialPlanRules, pExtension, pSubAddress, pSubscriberNumber, pTrunkCode
  197. Element Classes:    none
  198. cAddress    A basic text address or phone number
  199. SuperClass:    cObject
  200. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName
  201. Element Classes:    none
  202.  
  203. cMailAddress    A representation of a mail address
  204. SuperClass:    cAddress
  205. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName, pAddress, pDirectory, pDirectoryType, pDirectoryID
  206. Element Classes:    None
  207. cPostalAddress    A postal mailing address 
  208. SuperClass:    cMailAddress
  209. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName, pRoomNumber, pBuildingNumber, pStreet, pCity, pStateProvince, pCountry, pPostalCode
  210. Element Classes:    none
  211.  
  212. cFAXAddress    A FAX  number
  213. SuperClass:    cMailAddress
  214. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName, pPhoneNumber
  215. Element Classes:    none
  216.  
  217. cPhoneAddress    A FAX  number
  218. SuperClass:    cAddress
  219. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName, pPhoneNumber
  220. Element Classes:    none
  221.  
  222. cBeeperAddress    A pager number
  223. SuperClass:    cPhoneAddress
  224. Properties:    pBestType, pClass, pDefaultType, pAddresseeName, pAddresseeType, pAddressType, pAddressName, pPhoneNumber, pPIN
  225. Element Classes:    none
  226.  
  227. cEntity    abstract class
  228. SuperClass:    cRecord
  229. Properties:    pBestType, pClass, pDefaultType, pID, pAccess, pName, pProtection, pType, pPrimaryRealTimeAddress, pPrimaryMailAddress
  230. Element Classes:    cAddress, cUserField, cCell, cAttribute
  231.  
  232. cPerson    A person
  233. SuperClass:    cEntity
  234. Properties:    pBestType, pClass, pDefaultType, pID, pAccess, pName, pProtection, pType, pPrimaryRealTimeAddress, pPrimaryMailAddress, pPrimaryIndexingName, pSecondaryIndexingName, pTertiaryIndexingName
  235. Element Classes:    cAddress, cUserField, cCell, cAttribute, cLocation, cOrganization
  236.  
  237. cEquipment    Office equipment or other physical resources
  238. SuperClass:    cEntity
  239. Properties:    pBestType, pClass, pDefaultType, pID, pAccess, pName, pProtection, pType, pPrimaryRealTimeAddress, pPrimaryMailAddress,  pManager, pTypeOfEquipment
  240. Element Classes:    cAddress, cUserField, cCell, cAttribute, cOrganization,
  241.  
  242. cLocation    A conference room, meeting hall, etc. where people meet
  243. SuperClass:    cEntity
  244. Properties:    pBestType, pClass, pDefaultType, pID, pAccess, pName, pProtection, pType, pPrimaryRealTimeAddress, pPrimaryMailAddress,  pManager, pLocationCapacity
  245. Element Classes:    cAddress, cUserField, cCell, cAttribute, cEntity, cPerson, cOrganization
  246.  
  247. cOrganization    A group of people, equipment, and locations (business, club, etc)
  248. SuperClass:    cEntity
  249. Properties:    pBestType, pClass, pDefaultType, pID, pAccess, pName, pProtection, pType, pPrimaryRealTimeAddress, pPrimaryMailAddress, 
  250.     pManager, pInOrganization
  251. Element Classes:    cAddress, cUserField, cCell, cAttribute, cEntity, cPerson, cLocation, cOrganization
  252. Figure 2 illustrates the inheritance hierarchy for the object classes defined in the Collaborative Information suite Level 1.   Figure 3 illustrates the inheritance hierarchy for the object classes defined in the Collaborative Information suite Level 2.  Level 1 support provides high level access to contact information, grouping information into functional collections.  Level 2 support provides lower level access to raw data.  Listed for each object class are the properties, element classes, and Apple events that have not been inherited from object classes higher in the inheritance hierarchy.
  253. [intentionally blank]
  254. [intentionally blank]
  255. [intentionally blank]
  256. cCatalogNode—a node
  257. SuperClass    cTable
  258. Default Descriptor
  259. Type
  260. typeIntlText
  261. Properties
  262. pBestType
  263. Description:    The descriptor type that can contain the most information from objects of this object class
  264. Object Class ID:    cType
  265. Inherited?    Yes, from cObject
  266. Modifiable or 
  267. Non-modifiable?    Non-modifiable
  268. pClass
  269. Description:    The four-character class ID for the object class
  270. Object Class ID:    cType
  271. Inherited?    Yes, from cObject
  272. Modifiable or 
  273. Non-modifiable?    Non-modifiable
  274. pDefaultType
  275. Description:    The default descriptor type for the object class
  276. Object Class ID:    cType
  277. Inherited?    Yes, from cObject
  278. Modifiable or 
  279. Non-modifiable?    Non-modifiable
  280. pName
  281. Description:    the name (type) of this catalog  node.
  282. Object Class ID:    cIntlText
  283. Inherited?    No
  284. Modifiable or 
  285. Non-modifiable?    Modifiable
  286. pProtection
  287. Description:    The …
  288. Object Class ID:    cType
  289. Inherited?    Yes, from cTable
  290. Modifiable or 
  291. Non-modifiable?    Non-modifiable
  292. pAccess
  293. Description:    the access priviliges for this attribute. This can be Read-Only, Read-Update, Read-Create, Read-Delete, Read-Update-Create, Read-Update-Delete, Read-Create-Delete and Read-Write. (???)
  294. Object Class ID:    cEnumeration
  295. Inherited?    No
  296. Modifiable or 
  297. Non-modifiable?    Non-modifiable
  298. pKind
  299. Description:    The kind of catalog  node
  300. Object Class ID:    cType
  301. Inherited?    No
  302. Modifiable or 
  303. Non-modifiable?    Non-modifiable
  304. pLock
  305. Description:    The current lock state of this catalog node
  306. Object Class ID:    cType
  307. Inherited?    Yes, from cRow
  308. Modifiable or 
  309. Non-modifiable?    Modifiable
  310. pID
  311. Description:    the unique ID for this catalog node
  312. Object Class ID:    cLongInteger
  313. Inherited?    No
  314. Modifiable or 
  315. Non-modifiable?    Non-modifiable
  316. pPath
  317. Description:    The path to this catalog node from the root
  318. Object Class ID:    cList
  319. Inherited?    Yes, from cObject
  320. Modifiable or 
  321. Non-modifiable?    Non-modifiable
  322. Element Classes
  323. cCatalogNode
  324. Description:    a child catalog node of this catalog node
  325. Inherited?    No
  326. Modifiable or 
  327. Non-modifiable?    Modifiable
  328. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  329. cCIRecord
  330. Description:    a record containing attributes
  331. Inherited?    No
  332. Modifiable or 
  333. Non-modifiable?    Modifiable
  334. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  335. cRow
  336. Description:    a row
  337. Inherited?    Tes, from cTable
  338. Modifiable or 
  339. Non-modifiable?    Modifiable
  340. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  341. Apple Events
  342. Apple events from the Core suite:
  343. Count Elements    Inherited from cObject
  344. Create Element    Inherited from cObject
  345. Delete    Inherited from cObject
  346. Do Objects Exist    Inherited from cObject
  347. Get Class Info    Inherited from cObject
  348. Get Data    Inherited from cObject
  349. Get Data Size    Inherited from cObject
  350. Set Data    Inherited from cObject
  351. cCIRecord— a collection of pieces of information
  352. SuperClass    cRow (from Table Suite)
  353. Default Descriptor
  354. Type
  355. typeIntlText
  356. Properties
  357. pBestType
  358. Description:    The descriptor type that can contain the most information from objects of this object class
  359. Object Class ID:    cType
  360. Inherited?    Yes, from cObject
  361. Modifiable or 
  362. Non-modifiable?    Non-modifiable
  363. pClass
  364. Description:    The four-character class ID for the object class
  365. Object Class ID:    cType
  366. Inherited?    Yes, from cObject
  367. Modifiable or 
  368. Non-modifiable?    Non-modifiable
  369. pDefaultType
  370. Description:    The default descriptor type for the object class
  371. Object Class ID:    cType
  372. Inherited?    Yes, from cObject
  373. Modifiable or 
  374. Non-modifiable?    Non-modifiable
  375. pAccess
  376. Description:    the access priviliges for this attribute. This can be Read-Only, Read-Update, Read-Create, Read-Delete, Read-Update-Create, Read-Update-Delete, Read-Create-Delete and Read-Write.
  377. Object Class ID:    cEnumeration
  378. Inherited?    No
  379. Modifiable or 
  380. Non-modifiable?    Non-modifiable
  381. pLock
  382. Description:    The current lock state of this catalog node
  383. Object Class ID:    cType
  384. Inherited?    Yes, from cRow
  385. Modifiable or 
  386. Non-modifiable?    Modifiable
  387. pName
  388. Description:    the name of this record. For example, "Danny Cooley", "Tech.LaserWriter", "Marketing NetModem", etc.
  389. Object Class ID:    cIntlText
  390. Inherited?    yes, from cRow
  391. Modifiable or 
  392. Non-modifiable?    Modifiable
  393. pUniqueID
  394. Description:    the unique ID for this record
  395. Object Class ID:    cText
  396. Inherited?    Yes, from cRow
  397. Modifiable or 
  398. Non-modifiable?    Non-modifiable
  399. Element Classes
  400. cAttribute
  401. Description:    an attribute conatined within this record
  402. Inherited?    No
  403. Modifiable or 
  404. Non-modifiable?    Modifiable
  405. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  406. cCell
  407. Description:    a cell contained within this record
  408. Inherited?    Yes, from cRow
  409. Modifiable or 
  410. Non-modifiable?    Modifiable
  411. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  412. Apple Events
  413. Apple events from the Core suite:
  414. Count Elements    Inherited from cObject
  415. Create Element    Inherited from cObject
  416. Delete    Inherited from cObject
  417. Do Objects Exist    Inherited from cObject
  418. Get Class Info    Inherited from cObject
  419. Get Data    Inherited from cObject
  420. Get Data Size    Inherited from cObject
  421. Set Data    Inherited from cObject
  422. cAttribute—a piece of information
  423. An attribute is a container piece of information related to any entity or other record.  A CI Server can define an attribute to hold any kind of information, not just text.  All of the addresses for a given entity are available in attributes in addition to non-address information. The pValue of the cAttribute contains the actual data. By checking the type of the attribute using the pName and pTag properties, a client can coerce the data appropriately and retrieve it in a useful structure. Attributes offer an alternative approach to accessing information in the CI suite. Address information related to a particular cEntity (which is a subclass of cCIRecord) can be obtained directly through cAddress class objects. The CI Server is free to define any attributes for a given record regardless of whether they actually exist as attributes or fields in the corresponding catalog or directory. Clients can also access information related to a given record through its cCells. cCells for a given record do not however neccessarily map to cAttriutes or vice versa.
  424. SuperClass    cObject
  425. Default Descriptor
  426. Type
  427. typeIntlText
  428. Properties
  429. pBestType
  430. Description:    The descriptor type that can contain the most information from objects of this object class
  431. Object Class ID:    cType
  432. Inherited?    Yes, from cObject
  433. Modifiable or 
  434. Non-modifiable?    Non-modifiable
  435. pClass
  436. Description:    The four-character class ID for the object class
  437. Object Class ID:    cType
  438. Inherited?    Yes, from cObject
  439. Modifiable or 
  440. Non-modifiable?    Non-modifiable
  441. pDefaultType
  442. Description:    The default descriptor type for the object class
  443. Object Class ID:    cType
  444. Inherited?    Yes, from cObject
  445. Modifiable or 
  446. Non-modifiable?    Non-modifiable
  447. pAccess
  448. Description:    the access priviliges for this attribute. This can be Read-Only, Read-Update, Read-Create, Read-Delete, Read-Update-Create, Read-Update-Delete, Read-Create-Delete and Read-Write.
  449. Object Class ID:    cEnumeration
  450. Inherited?    No
  451. Modifiable or 
  452. Non-modifiable?    Non-modifiable
  453. pID
  454. Description:    the unique ID for this attribute
  455. Object Class ID:    cLongInteger
  456. Inherited?    No
  457. Modifiable or 
  458. Non-modifiable?    Non-modifiable
  459. pName
  460. Description:    the name (type) of this attribute. For example, "Mail Address", "Phone Number", "Signing Authority", etc.
  461. Object Class ID:    cIntlText
  462. Inherited?    No
  463. Modifiable or 
  464. Non-modifiable?    Modifiable
  465. pTag
  466. Description:    more information on the type of data contained in the attribute. The interpretation of the Tag is based on the pName. For example, if pName is "Mail Address" then pTag could be 'fax ', 'smtp', 'post', 'ALNK',  etc.
  467. Object Class ID:    cType
  468. Inherited?    No
  469. Modifiable or 
  470. Non-modifiable?    Modifiable
  471. pValue
  472. Description:    the actual data of the attribute
  473. Object Class ID:    cIntlText
  474. Inherited?    No
  475. Modifiable or 
  476. Non-modifiable?    Modifiable
  477. Element Classes    None
  478. Apple Events
  479. Apple events from the Core suite:
  480. Count Elements    Inherited from cObject
  481. Create Element    Inherited from cObject
  482. Delete    Inherited from cObject
  483. Do Objects Exist    Inherited from cObject
  484. Get Class Info    Inherited from cObject
  485. Get Data    Inherited from cObject
  486. Get Data Size    Inherited from cObject
  487. Set Data    Inherited from cObject
  488. cUserField—any piece of non-address information
  489. A user field is a convenient class for information not related to address information.  When a CI server determines how to classify information for client requests, and the client is asking for address and non-address information, all non-address information should be considered user field information.
  490. SuperClass    cObject
  491. Default Descriptor
  492. Type
  493. typeIntlText
  494. Properties
  495. pBestType
  496. Description:    The descriptor type that can contain the most information from objects of this object class
  497. Object Class ID:    cType
  498. Inherited?    Yes, from cObject
  499. Modifiable or 
  500. Non-modifiable?    Non-modifiable
  501. pClass
  502. Description:    The four-character class ID for the object class
  503. Object Class ID:    cType
  504. Inherited?    Yes, from cObject
  505. Modifiable or 
  506. Non-modifiable?    Non-modifiable
  507. pDefaultType
  508. Description:    The default descriptor type for the object class
  509. Object Class ID:    cType
  510. Inherited?    Yes, from cObject
  511. Modifiable or 
  512. Non-modifiable?    Non-modifiable
  513. pName
  514. Description:    the name of this user field. For example, "Category", "Keyword", "Salary", etc.
  515. Object Class ID:    cIntlText
  516. Inherited?    No
  517. Modifiable or 
  518. Non-modifiable?    Modifiable
  519. pValue
  520. Description:    the actual data of the user field
  521. Object Class ID:    cIntlText
  522. Inherited?    No
  523. Modifiable or 
  524. Non-modifiable?    Modifiable
  525. Element Classes    None
  526. Apple Events
  527. Apple events from the Core suite:
  528. Count Elements    Inherited from cObject
  529. Create Element    Inherited from cObject
  530. Delete    Inherited from cObject
  531. Do Objects Exist    Inherited from cObject
  532. Get Class Info    Inherited from cObject
  533. Get Data    Inherited from cObject
  534. Get Data Size    Inherited from cObject
  535. Set Data    Inherited from cObject
  536. cPhoneNumber—a representation of a telephone number
  537. The cPhoneNumber object class is the class for representation of a telephone number in a telephone network. This is the same definition found in the Telephony Æ Suite.
  538. Superclass    cObject (Core suite)
  539. Default Descriptor    
  540. Type
  541. typeIntlText
  542. Properties
  543. pBestType
  544. Description:    The descriptor type that can contain the most information from objects of this object class
  545. Object Class ID:    cType
  546. Inherited?    Yes, from cObject
  547. Modifiable or
  548. Non-modifiable?    Non-modifiable
  549. pDefaultType
  550. Description:    The default descriptor type for the object class
  551. Object Class ID:    cType
  552. Inherited?    Yes, from cObject
  553. Modifiable or 
  554. Non-modifiable?    Non-modifiable
  555. pClass
  556. Description:    The four-character class ID for the object class
  557. Object Class ID:    cType
  558. Inherited?    Yes, from cObject
  559. Modifiable or
  560. Non-modifiable?    Non-modifiable
  561. pCountryCode
  562. Description:    The country code for the phone number
  563. Object Class ID:    cIntlText
  564. Inherited?    No
  565. Modifiable or
  566. Non-modifiable?    Non-modifiable
  567. pDialPlanRules
  568. Description:    A descriptor list containing typeIntlText descriptor records. The items in the list specify the dial plan rules for the phone number
  569. Object Class ID:    cList
  570. Inherited?    No
  571. Modifiable or
  572. Non-modifiable?    Non-modifiable
  573. pExtension
  574. Description:    The extension for the phone number. The extension must be empty if the subscriber number and subaddress fully specify the phone number.
  575. Object Class ID:    cIntlText
  576. Inherited?    No
  577. Modifiable or
  578. Non-modifiable?    Non-modifiable
  579. pSubaddress
  580. Description:    The subaddress for the phone number
  581. Object Class ID:    cIntlText
  582. Inherited?    No
  583. Modifiable or
  584. Non-modifiable?    Non-modifiable
  585. pSubscriberNumber
  586. Description:    The core for the phone number
  587. Object Class ID:    cIntlText
  588. Inherited?    No
  589. Modifiable or
  590. Non-modifiable?    Non-modifiable
  591. pTrunkCode
  592. Description:    The area code for the phone number
  593. Object Class ID:    cIntlText
  594. Inherited?    No
  595. Modifiable or
  596. Non-modifiable?    Non-modifiable
  597. Element Classes    None
  598. Apple Events
  599. Apple events from the Core suite:
  600. Count Elements    Inherited from cObject
  601. Create Element    Inherited from cObject
  602. Delete    Inherited from cObject
  603. Do Objects Exist    Inherited from cObject
  604. Get Class Info    Inherited from cObject
  605. Get Data    Inherited from cObject
  606. Get Data Size    Inherited from cObject
  607. Set Data    Inherited from cObject
  608. cAddress—an abstract address class
  609. The cAddress object class is the class for generically representing all types of addresses for entities, and as such should never really exist.
  610. SuperClass    cObject
  611. Default Descriptor
  612. Type
  613. typeIntlText
  614. Properties
  615. pBestType
  616. Description:    The descriptor type that can contain the most information from objects of this object class
  617. Object Class ID:    cType
  618. Inherited?    Yes, from cObject
  619. Modifiable or 
  620. Non-modifiable?    Non-modifiable
  621. pClass
  622. Description:    The four-character class ID for the object class
  623. Object Class ID:    cType
  624. Inherited?    Yes, from cObject
  625. Modifiable or 
  626. Non-modifiable?    Non-modifiable
  627. pDefaultType
  628. Description:    The default descriptor type for the object class
  629. Object Class ID:    cType
  630. Inherited?    Yes, from cObject
  631. Modifiable or 
  632. Non-modifiable?    Non-modifiable
  633. pAddresseeName
  634. Description:    The name of the addressee
  635. Object Class ID:    cIntlText
  636. Inherited?    No
  637. Modifiable or 
  638. Non-modifiable?    Non-modifiable
  639. pAddresseeType
  640. Description:    The type of addressee
  641. Object Class ID:    cType
  642. Inherited?    No
  643. Modifiable or 
  644. Non-modifiable?    Non-modifiable
  645. pAddressType
  646. Description:    The type of the address
  647. Object Class ID:    cType
  648. Inherited?    No
  649. Modifiable or 
  650. Non-modifiable?    Non-modifiable
  651. pAddressName
  652. Description:    The name of the address
  653. Object Class ID:    cIntlText
  654. Inherited?    No
  655. Modifiable or 
  656. Non-modifiable?    Non-modifiable
  657. Element Classes    None
  658. Apple Events
  659. Apple events from the Core suite:
  660. Count Elements    Inherited from cObject
  661. Create Element    Inherited from cObject
  662. Delete    Inherited from cObject
  663. Do Objects Exist    Inherited from cObject
  664. Get Class Info    Inherited from cObject
  665. Get Data    Inherited from cObject
  666. Get Data Size    Inherited from cObject
  667. Set Data    Inherited from cObject
  668. cMailAddress—a representation of an address
  669. The cMailAddress object class is the class for the representation of a destination for a electronic letter.  In addition to the information necessary for the appropriate mail transport to deliver the letter, cMailAddress includes the name, and if appropriate, the type of destination being  mailed to.  Note that the cMailAddress here is identical to the one found in the Mail suite except that no pName is supported in the Mail suite.  Also, note that any subclass of cMailAddress can be coersed and returned as a cMailAddress object, in addition to any other coersion types available.
  670. Superclass    cObject
  671. Default Descriptor    
  672. Type
  673. typeIntlText
  674. Properties    
  675. pBestType
  676. Description:    The descriptor type that can contain the most information from objects of this object class
  677. Object Class ID:    cType
  678. Inherited?    Yes, from cObject
  679. Modifiable or
  680. Non-modifiable?    Non-modifiable
  681. pClass
  682. Description:    The four-character class ID for the object class
  683. Object Class ID:    cType
  684. Inherited?    Yes, from cObject
  685. Modifiable or
  686. Non-modifiable?    Non-modifiable
  687. pDefaultType
  688. Description:    The default descriptor type for the object class
  689. Object Class ID:    cType
  690. Inherited?    Yes, from cObject
  691. Modifiable or
  692. Non-modifiable?    Non-modifiable
  693. pAddresseeName
  694. Description:    The name of the addressee 
  695. Object Class ID:    cIntlText
  696. Inherited?    Yes, from cAddress
  697. Modifiable or
  698. Non-modifiable?    Non-modifiable
  699. pAddresseeType
  700. Description:    The type of the addressee. For Mail, this is normally 'User'.
  701. Object Class ID:    cType
  702. Inherited?    Yes, from cAddress
  703. Modifiable or
  704. Non-modifiable?    Non-modifiable
  705. pAddressType
  706. Description:    The type of the address
  707. Object Class ID:    cType
  708. Inherited?    Yes, from cAddress
  709. Modifiable or
  710. Non-modifiable?    Non-modifiable
  711. pAddressName
  712. Description:    The name of the address
  713. Object Class ID:    cIntlText
  714. Inherited?    Yes, from cAddress
  715. Modifiable or 
  716. Non-modifiable?    Non-modifiable
  717. pAddress
  718. Description:    The actual address of the type specified by pAddressType in the address space specified by pDirectory.
  719. Object Class ID:    cIntlText
  720. Inherited?    No
  721. Modifiable or
  722. Non-modifiable?    Non-modifiable
  723. pDirectory
  724. Description:    The name of the address space or the subaddress space specified as a path within the address space for direct addressing or the directory or directory node path for indirect addressing.
  725. Object Class ID:    cIntlText
  726. Inherited?    No
  727. Modifiable or
  728. Non-modifiable?    Non-modifiable
  729. pDirectoryType
  730. Description:    The type of the address space or directory.
  731. Object Class ID:    cType
  732. Inherited?    No
  733. Modifiable or
  734. Non-modifiable?    Non-modifiable
  735. pDirectoryID
  736. Description:    The unique ID of the address space or directory.
  737. Object Class ID:    cLongInteger
  738. Inherited?    No
  739. Modifiable or
  740. Non-modifiable?    Non-modifiable
  741. Element Classes    None
  742. Apple Events    
  743. Apple events from the Core suite:
  744. Clone    Inherited from cObject
  745. Count Elements    Inherited from cObject
  746. Create Element    Inherited from cObject
  747. Delete    Inherited from cObject
  748. Do Objects Exist    Inherited from cObject
  749. Get Class Info    Inherited from cObject
  750. Get Data    Inherited from cObject
  751. Get Data Size    Inherited from cObject
  752. Move    Inherited from cObject
  753. Set Data    Inherited from cObject
  754. cPostalAddress—a postal address  used by couriers
  755. This is a postal address.   It is an alternate representation of a cMailAddress whose pAddressType is 'post'.
  756. SuperClass    cMailAddress
  757. Default Descriptor
  758. Type
  759. typeIntlText
  760. Properties
  761. pBestType
  762. Description:    The descriptor type that can contain the most information from objects of this object class
  763. Object Class ID:    cType
  764. Inherited?    Yes, from cObject
  765. Modifiable or 
  766. Non-modifiable?    Non-modifiable
  767. pClass
  768. Description:    The four-character class ID for the object class
  769. Object Class ID:    cType
  770. Inherited?    Yes, from cObject
  771. Modifiable or 
  772. Non-modifiable?    Non-modifiable
  773. pDefaultType
  774. Description:    The default descriptor type for the object class
  775. Object Class ID:    cType
  776. Inherited?    Yes, from cObject
  777. Modifiable or 
  778. Non-modifiable?    Non-modifiable
  779. pAddresseeName
  780. Description:    The name of the addressee
  781. Object Class ID:    cIntlText
  782. Inherited?    Yes, from cAddress
  783. Modifiable or 
  784. Non-modifiable?    Non-modifiable
  785. pAddresseeType
  786. Description:    The type of addressee
  787. Object Class ID:    cType
  788. Inherited?    Yes, from cAddress
  789. Modifiable or 
  790. Non-modifiable?    Non-modifiable
  791. pAddressType
  792. Description:    The type of the address
  793. Object Class ID:    cType
  794. Inherited?    Yes, from cAddress
  795. Modifiable or 
  796. Non-modifiable?    Non-modifiable
  797. pAddressName
  798. Description:    The name of the address
  799. Object Class ID:    cIntlText
  800. Inherited?    Yes, from cAddress
  801. Modifiable or 
  802. Non-modifiable?    Non-modifiable
  803. pRoomNumber
  804. Description:    the room number, suite, apartment number, etc
  805. Object Class ID:    cIntlText
  806. Inherited?    No
  807. Modifiable or 
  808. Non-modifiable?    Modifiable
  809. pBuildingNumber
  810. Description:    the building number
  811. Object Class ID:    cIntlText
  812. Inherited?    No
  813. Modifiable or 
  814. Non-modifiable?    Modifiable
  815. pStreet
  816. Description:    the street name
  817. Object Class ID:    cIntlText
  818. Inherited?    No
  819. Modifiable or 
  820. Non-modifiable?    Modifiable
  821. pCity
  822. Description:    the city name
  823. Object Class ID:    cIntlText
  824. Inherited?    No
  825. Modifiable or 
  826. Non-modifiable?    Modifiable
  827. pStateProvince
  828. Description:    the state or province
  829. Object Class ID:    cIntlText
  830. Inherited?    No
  831. Modifiable or 
  832. Non-modifiable?    Modifiable
  833. pCountry
  834. Description:    the country
  835. Object Class ID:    cIntlText
  836. Inherited?    No
  837. Modifiable or 
  838. Non-modifiable?    Modifiable
  839. pPostalCode
  840. Description:    the zip code or equivalent
  841. Object Class ID:    cIntlText
  842. Inherited?    No
  843. Modifiable or 
  844. Non-modifiable?    Modifiable
  845. Element Classes    None
  846. Apple Events
  847. Apple events from the Core suite:
  848. Count Elements    Inherited from cObject
  849. Create Element    Inherited from cObject
  850. Delete    Inherited from cObject
  851. Do Objects Exist    Inherited from cObject
  852. Get Class Info    Inherited from cObject
  853. Get Data    Inherited from cObject
  854. Get Data Size    Inherited from cObject
  855. Set Data    Inherited from cObject
  856. cFAXAddress—a FAX address
  857. This is a telephone number designated to receive FAX transmissions.  
  858. SuperClass    cMailAddress
  859. Default Descriptor
  860. Type
  861. typeIntlText
  862. Properties
  863. pBestType
  864. Description:    The descriptor type that can contain the most information from objects of this object class
  865. Object Class ID:    cType
  866. Inherited?    Yes, from cObject
  867. Modifiable or 
  868. Non-modifiable?    Non-modifiable
  869. pClass
  870. Description:    The four-character class ID for the object class
  871. Object Class ID:    cType
  872. Inherited?    Yes, from cObject
  873. Modifiable or 
  874. Non-modifiable?    Non-modifiable
  875. pDefaultType
  876. Description:    The default descriptor type for the object class
  877. Object Class ID:    cType
  878. Inherited?    Yes, from cObject
  879. Modifiable or 
  880. Non-modifiable?    Non-modifiable
  881. pAddresseeName
  882. Description:    The name of the addressee
  883. Object Class ID:    cIntlText
  884. Inherited?    Yes, from cAddress
  885. Modifiable or 
  886. Non-modifiable?    Non-modifiable
  887. pAddresseeType
  888. Description:    The type of addressee
  889. Object Class ID:    cType
  890. Inherited?    Yes, from cAddress
  891. Modifiable or 
  892. Non-modifiable?    Non-modifiable
  893. pAddressType
  894. Description:    The type of the address
  895. Object Class ID:    cType
  896. Inherited?    Yes, from cAddress
  897. Modifiable or 
  898. Non-modifiable?    Non-modifiable
  899. pAddressName
  900. Description:    The name of the address
  901. Object Class ID:    cIntlText
  902. Inherited?    Yes, from cAddress
  903. Modifiable or 
  904. Non-modifiable?    Non-modifiable
  905. pPhoneNumber
  906. Description:    the actual FAX telephone number
  907. Object Class ID:    cPhoneNumber
  908. Inherited?    No
  909. Modifiable or 
  910. Non-modifiable?    Modifiable
  911. Element Classes    None
  912. Apple Events
  913. Apple events from the Core suite:
  914. Count Elements    Inherited from cObject
  915. Create Element    Inherited from cObject
  916. Delete    Inherited from cObject
  917. Do Objects Exist    Inherited from cObject
  918. Get Class Info    Inherited from cObject
  919. Get Data    Inherited from cObject
  920. Get Data Size    Inherited from cObject
  921. Set Data    Inherited from cObject
  922. cPhoneAddress—a telephone address
  923. This is a phone number designated for voice communication.  
  924. SuperClass    cMailAddress
  925. Default Descriptor
  926. Type
  927. typeIntlText
  928. Properties
  929. pBestType
  930. Description:    The descriptor type that can contain the most information from objects of this object class
  931. Object Class ID:    cType
  932. Inherited?    Yes, from cObject
  933. Modifiable or 
  934. Non-modifiable?    Non-modifiable
  935. pClass
  936. Description:    The four-character class ID for the object class
  937. Object Class ID:    cType
  938. Inherited?    Yes, from cObject
  939. Modifiable or 
  940. Non-modifiable?    Non-modifiable
  941. pDefaultType
  942. Description:    The default descriptor type for the object class
  943. Object Class ID:    cType
  944. Inherited?    Yes, from cObject
  945. Modifiable or 
  946. Non-modifiable?    Non-modifiable
  947. pAddresseeName
  948. Description:    The name of the addressee
  949. Object Class ID:    cIntlText
  950. Inherited?    Yes, from cAddress
  951. Modifiable or 
  952. Non-modifiable?    Non-modifiable
  953. pAddresseeType
  954. Description:    The type of addressee
  955. Object Class ID:    cType
  956. Inherited?    Yes, from cAddress
  957. Modifiable or 
  958. Non-modifiable?    Non-modifiable
  959. pAddressType
  960. Description:    The type of the address
  961. Object Class ID:    cType
  962. Inherited?    Yes, from cAddress
  963. Modifiable or 
  964. Non-modifiable?    Non-modifiable
  965. pAddressName
  966. Description:    The name of the address
  967. Object Class ID:    cIntlText
  968. Inherited?    Yes, from cAddress
  969. Modifiable or 
  970. Non-modifiable?    Non-modifiable
  971. pPhoneNumber
  972. Description:    the actual phone number
  973. Object Class ID:    cPhoneNumber
  974. Inherited?    No
  975. Modifiable or 
  976. Non-modifiable?    Modifiable
  977. Element Classes    None
  978. Apple Events
  979. Apple events from the Core suite:
  980. Count Elements    Inherited from cObject
  981. Create Element    Inherited from cObject
  982. Delete    Inherited from cObject
  983. Do Objects Exist    Inherited from cObject
  984. Get Class Info    Inherited from cObject
  985. Get Data    Inherited from cObject
  986. Get Data Size    Inherited from cObject
  987. Set Data    Inherited from cObject
  988. cBeeperAddress—a beeper address
  989. This is a phone number designated to receive simple commands and page a wireless beeper.  
  990. SuperClass    cPhoneAddress
  991. Default Descriptor
  992. Type
  993. typeIntlText
  994. Properties
  995. pBestType
  996. Description:    The descriptor type that can contain the most information from objects of this object class
  997. Object Class ID:    cType
  998. Inherited?    Yes, from cObject
  999. Modifiable or 
  1000. Non-modifiable?    Non-modifiable
  1001. pClass
  1002. Description:    The four-character class ID for the object class
  1003. Object Class ID:    cType
  1004. Inherited?    Yes, from cObject
  1005. Modifiable or 
  1006. Non-modifiable?    Non-modifiable
  1007. pDefaultType
  1008. Description:    The default descriptor type for the object class
  1009. Object Class ID:    cType
  1010. Inherited?    Yes, from cObject
  1011. Modifiable or 
  1012. Non-modifiable?    Non-modifiable
  1013. pAddresseeName
  1014. Description:    The name of the addressee
  1015. Object Class ID:    cIntlText
  1016. Inherited?    Yes, from cAddress
  1017. Modifiable or 
  1018. Non-modifiable?    Non-modifiable
  1019. pAddresseeType
  1020. Description:    The type of addressee
  1021. Object Class ID:    cType
  1022. Inherited?    Yes, from cAddress
  1023. Modifiable or 
  1024. Non-modifiable?    Non-modifiable
  1025. pAddressType
  1026. Description:    The type of the address
  1027. Object Class ID:    cType
  1028. Inherited?    Yes, from cAddress
  1029. Modifiable or 
  1030. Non-modifiable?    Non-modifiable
  1031. pAddressName
  1032. Description:    The name of the address
  1033. Object Class ID:    cIntlText
  1034. Inherited?    Yes, from cAddress
  1035. Modifiable or 
  1036. Non-modifiable?    Non-modifiable
  1037. pPhoneNumber
  1038. Description:    the actual beeper telephone number
  1039. Object Class ID:    cPhoneNumber
  1040. Inherited?    Yes, from cPhoneAddress
  1041. Modifiable or 
  1042. Non-modifiable?    Modifiable
  1043. pPINNumber
  1044. Description:    the PIN number that identifies the beeper subscriber
  1045. Object Class ID:    cIntlText
  1046. Inherited?    No
  1047. Modifiable or 
  1048. Non-modifiable?    Modifiable
  1049. Element Classes    None
  1050. Apple Events
  1051. Apple events from the Core suite:
  1052. Count Elements    Inherited from cObject
  1053. Create Element    Inherited from cObject
  1054. Delete    Inherited from cObject
  1055. Do Objects Exist    Inherited from cObject
  1056. Get Class Info    Inherited from cObject
  1057. Get Data    Inherited from cObject
  1058. Get Data Size    Inherited from cObject
  1059. Set Data    Inherited from cObject
  1060. cEntity—an abstract "thing" with address properties
  1061. An entity is anything that physically or virtually exists in a number of address spaces.  An entity object is defined as something with a name and at least one default address (store-and-forward), but probably with two default addresses (store-and-forward and realtime).  NOTE:  This class should NEVER be instanciated as an object by itself, but is used to iterate over a group of like items.
  1062. SuperClass    cRow (Table suite)
  1063. Default Descriptor
  1064. Type
  1065. typeEntity
  1066. Properties
  1067. pBestType
  1068. Description:    The descriptor type that can contain the most information from objects of this object class
  1069. Object Class ID:    cType
  1070. Inherited?    Yes, from cObject
  1071. Modifiable or 
  1072. Non-modifiable?    Non-modifiable
  1073. pClass
  1074. Description:    The four-character class ID for the object class
  1075. Object Class ID:    cType
  1076. Inherited?    Yes, from cObject
  1077. Modifiable or 
  1078. Non-modifiable?    Non-modifiable
  1079. pDefaultType
  1080. Description:    The default descriptor type for the object class
  1081. Object Class ID:    cType
  1082. Inherited?    Yes, from cObject
  1083. Modifiable or 
  1084. Non-modifiable?    Non-modifiable
  1085. pUniqueID
  1086. Description:    the unique ID for this entity
  1087. Object Class ID:    cText
  1088. Inherited?    Yes, from cRow
  1089. Modifiable or 
  1090. Non-modifiable?    Non-modifiable
  1091. pName
  1092. Description:    the name of this entity
  1093. Object Class ID:    cIntlText
  1094. Inherited?    Yes, from cRow
  1095. Modifiable or 
  1096. Non-modifiable?    Non-modifiable
  1097. pProtection
  1098. Description:    see the Table Suite
  1099. Object Class ID:    cEnumeration
  1100. Inherited?    Yes, from cRow
  1101. Modifiable or 
  1102. Non-modifiable?    Non-modifiable
  1103. pEntityType
  1104. Description:    the enumerated type of entity
  1105. Object Class ID:    cEnumeration
  1106. Inherited?    No
  1107. Modifiable or 
  1108. Non-modifiable?    Non-modifiable
  1109. pPrimaryRealTimeAddress
  1110. Description:    the primary real time address (ie phone #)
  1111. Object Class ID:    cAddress
  1112. Inherited?    No
  1113. Modifiable or 
  1114. Non-modifiable?    Modifiable
  1115. pPrimaryMailAddress
  1116. Description:    the primary mail address of this entity
  1117. Object Class ID:    cAddress
  1118. Inherited?    No
  1119. Modifiable or 
  1120. Non-modifiable?    Modifiable
  1121. Element Classes
  1122. cAddress
  1123. Description:    the various addresses for this person
  1124. Inherited?    No
  1125. Modifiable or 
  1126. Non-modifiable?    Modifiable
  1127. Key Forms:    formAbsolutePosition, formName, formRange, formTest, formPreferred
  1128. cUserField
  1129. Description:    the non-address data for this entity
  1130. Inherited?    No
  1131. Modifiable or 
  1132. Non-modifiable?    Modifiable
  1133. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1134. cAttribute
  1135. Description:    an attribute conatined within this record
  1136. Inherited?    Yes, from cCIRecord
  1137. Modifiable or 
  1138. Non-modifiable?    Modifiable
  1139. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1140. cCell
  1141. Description:    a cell contained within this record
  1142. Inherited?    Yes, from cRow
  1143. Modifiable or 
  1144. Non-modifiable?    Modifiable
  1145. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1146. Apple Events
  1147. Apple events from the Core suite:
  1148. Count Elements    Inherited from cObject
  1149. Create Element    Inherited from cObject
  1150. Delete    Inherited from cObject
  1151. Do Objects Exist    Inherited from cObject
  1152. Get Class Info    Inherited from cObject
  1153. Get Data    Inherited from cObject
  1154. Get Data Size    Inherited from cObject
  1155. Set Data    Inherited from cObject
  1156. Notes    cEntity is never instanciated (sp?) by the server program as a real object, but is defined as an abstract class to make iteration easier.
  1157. cPerson—a person
  1158. This is a person, not place, thing, animal, or vegatable, but an actual person.  
  1159. SuperClass    cEntity
  1160. Default Descriptor
  1161. Type
  1162. typePerson
  1163. Properties
  1164. pBestType
  1165. Description:    The descriptor type that can contain the most information from objects of this object class
  1166. Object Class ID:    cType
  1167. Inherited?    Yes, from cObject
  1168. Modifiable or 
  1169. Non-modifiable?    Non-modifiable
  1170. pClass
  1171. Description:    The four-character class ID for the object class
  1172. Object Class ID:    cType
  1173. Inherited?    Yes, from cObject
  1174. Modifiable or 
  1175. Non-modifiable?    Non-modifiable
  1176. pDefaultType
  1177. Description:    The default descriptor type for the object class
  1178. Object Class ID:    cType
  1179. Inherited?    Yes, from cObject
  1180. Modifiable or 
  1181. Non-modifiable?    Non-modifiable
  1182. pUniqueID
  1183. Description:    the unique ID for this entity
  1184. Object Class ID:    cText
  1185. Inherited?    Yes, from cEntity
  1186. Modifiable or 
  1187. Non-modifiable?    Non-modifiable
  1188. pName
  1189. Description:    the name of this entity
  1190. Object Class ID:    cIntlText
  1191. Inherited?    Yes, from cRow
  1192. Modifiable or 
  1193. Non-modifiable?    Non-modifiable
  1194. pProtection
  1195. Description:    see the Table Suite
  1196. Object Class ID:    cEnumeration
  1197. Inherited?    Yes, from cRow
  1198. Modifiable or 
  1199. Non-modifiable?    Non-modifiable
  1200. pEntityType
  1201. Description:    the enumerated type of entity
  1202. Object Class ID:    cEnumeration
  1203. Inherited?    Yes, from cEntity
  1204. Modifiable or 
  1205. Non-modifiable?    Non-modifiable
  1206. pPrimaryRealTimeAddress
  1207. Description:    the primary real time address (ie phone #)
  1208. Object Class ID:    cAddress
  1209. Inherited?    Yes, from cEntity
  1210. Modifiable or 
  1211. Non-modifiable?    Modifiable
  1212. pPrimaryMailAddress
  1213. Description:    the primary mail address of this entity
  1214. Object Class ID:    cAddress
  1215. Inherited?    Yes, from cEntity
  1216. Modifiable or 
  1217. Non-modifiable?    Modifiable
  1218. pPrimaryIndexingName
  1219. Description:    the part of the name used first when indexing or sorting, is equivalent to the last name in the USA
  1220. Object Class ID:    cIntlText
  1221. Inherited?    No
  1222. Modifiable or 
  1223. Non-modifiable?    Modifiable
  1224. pSecondaryIndexingName
  1225. Description:    the part of the name used second when indexing or sorting, is equivalent to the first name used in the USA
  1226. Object Class ID:    cIntlText
  1227. Inherited?    No
  1228. Modifiable or 
  1229. Non-modifiable?    Modifiable
  1230. pTertiaryIndexingName
  1231. Description:    another part of the name used when indexing or sorting, is equivalent to the middle name used in the USA
  1232. Object Class ID:    cIntlText
  1233. Inherited?    No
  1234. Modifiable or 
  1235. Non-modifiable?    Modifiable
  1236. Element Classes
  1237. cAddress
  1238. Description:    the various addresses for this person
  1239. Inherited?    Yes, from cEntity
  1240. Modifiable or 
  1241. Non-modifiable?    Modifiable
  1242. Key Forms:    formAbsolutePosition, formName, formRange, formTest, formPreferred
  1243. cUserField
  1244. Description:    the non-address data for this entity
  1245. Inherited?    Yes, from cEntity
  1246. Modifiable or 
  1247. Non-modifiable?    Modifiable
  1248. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1249. cAttribute
  1250. Description:    an attribute conatined within this record
  1251. Inherited?    Yes, from cCIRecord
  1252. Modifiable or 
  1253. Non-modifiable?    Modifiable
  1254. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1255. cCell
  1256. Description:    a cell contained within this record
  1257. Inherited?    Yes, from cRow
  1258. Modifiable or 
  1259. Non-modifiable?    Modifiable
  1260. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1261. cOrganization
  1262. Description:    the organizations this person belongs to, if any
  1263. Inherited?    No
  1264. Modifiable or 
  1265. Non-modifiable?    Modifiable
  1266. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1267. cLocation
  1268. Description:    the locations that this person may go/be
  1269. Inherited?    No
  1270. Modifiable or 
  1271. Non-modifiable?    Modifiable
  1272. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1273. Apple Events
  1274. Apple events from the Core suite:
  1275. Count Elements    Inherited from cObject
  1276. Create Element    Inherited from cObject
  1277. Delete    Inherited from cObject
  1278. Do Objects Exist    Inherited from cObject
  1279. Get Class Info    Inherited from cObject
  1280. Get Data    Inherited from cObject
  1281. Get Data Size    Inherited from cObject
  1282. Set Data    Inherited from cObject
  1283. cEquipment—a resource of some type
  1284. This is a piece of equipment.  
  1285. SuperClass    cEntity
  1286. Default Descriptor
  1287. Type
  1288. typeEquipment
  1289. Properties
  1290. pBestType
  1291. Description:    The descriptor type that can contain the most information from objects of this object class
  1292. Object Class ID:    cType
  1293. Inherited?    Yes, from cObject
  1294. Modifiable or 
  1295. Non-modifiable?    Non-modifiable
  1296. pClass
  1297. Description:    The four-character class ID for the object class
  1298. Object Class ID:    cType
  1299. Inherited?    Yes, from cObject
  1300. Modifiable or 
  1301. Non-modifiable?    Non-modifiable
  1302. pDefaultType
  1303. Description:    The default descriptor type for the object class
  1304. Object Class ID:    cType
  1305. Inherited?    Yes, from cObject
  1306. Modifiable or 
  1307. Non-modifiable?    Non-modifiable
  1308. pUniqueID
  1309. Description:    the unique ID for this resource
  1310. Object Class ID:    cText
  1311. Inherited?    Yes, from cEntity
  1312. Modifiable or 
  1313. Non-modifiable?    Non-modifiable
  1314. pName
  1315. Description:    the name of this entity
  1316. Object Class ID:    cIntlText
  1317. Inherited?    Yes, from cRow
  1318. Modifiable or 
  1319. Non-modifiable?    Non-modifiable
  1320. pProtection
  1321. Description:    see the Table Suite
  1322. Object Class ID:    cEnumeration
  1323. Inherited?    Yes, from cRow
  1324. Modifiable or 
  1325. Non-modifiable?    Non-modifiable
  1326. pEntityType
  1327. Description:    the enumerated type of entity
  1328. Object Class ID:    cEnumeration
  1329. Inherited?    Yes, from cEntity
  1330. Modifiable or 
  1331. Non-modifiable?    Non-modifiable
  1332. pPrimaryRealTimeAddress
  1333. Description:    the primary real time address (ie phone #)
  1334. Object Class ID:    cAddress
  1335. Inherited?    Yes, from cEntity
  1336. Modifiable or 
  1337. Non-modifiable?    Modifiable
  1338. pPrimaryMailAddress
  1339. Description:    the primary mail address of this entity
  1340. Object Class ID:    cAddress
  1341. Inherited?    Yes, from cEntity
  1342. Modifiable or 
  1343. Non-modifiable?    Modifiable
  1344. pManager
  1345. Description:    the manager of the resource
  1346. Object Class ID:    cPerson
  1347. Inherited?    No
  1348. Modifiable or 
  1349. Non-modifiable?    Modifiable
  1350. pTypeOfEquipment
  1351. Description:    the type of equipment
  1352. Object Class ID:    cIntlText
  1353. Inherited?    No
  1354. Modifiable or 
  1355. Non-modifiable?    Modifiable
  1356. Element Classes
  1357. cAddress
  1358. Description:    the various addresses for this person
  1359. Inherited?    Yes, from cEntity
  1360. Modifiable or 
  1361. Non-modifiable?    Modifiable
  1362. Key Forms:    formAbsolutePosition, formName, formRange, formTest, formPreferred
  1363. cUserField
  1364. Description:    the non-address data for this entity
  1365. Inherited?    Yes, from cEntity
  1366. Modifiable or 
  1367. Non-modifiable?    Modifiable
  1368. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1369. cAttribute
  1370. Description:    an attribute conatined within this record
  1371. Inherited?    Yes, from cCIRecord
  1372. Modifiable or 
  1373. Non-modifiable?    Modifiable
  1374. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1375. cCell
  1376. Description:    a cell contained within this record
  1377. Inherited?    Yes, from cRow
  1378. Modifiable or 
  1379. Non-modifiable?    Modifiable
  1380. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1381. cOrganization
  1382. Description:    the organizations this person belongs to, if any
  1383. Inherited?    No
  1384. Modifiable or 
  1385. Non-modifiable?    Modifiable
  1386. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1387. Apple Events
  1388. Apple events from the Core suite:
  1389. Count Elements    Inherited from cObject
  1390. Create Element    Inherited from cObject
  1391. Delete    Inherited from cObject
  1392. Do Objects Exist    Inherited from cObject
  1393. Get Class Info    Inherited from cObject
  1394. Get Data    Inherited from cObject
  1395. Get Data Size    Inherited from cObject
  1396. Set Data    Inherited from cObject
  1397. cLocation—a physical place containing cEntities
  1398. This is a specific location, such as a conference room, a labratory, a dance hall, etc.  
  1399. SuperClass    cEntity
  1400. Default Descriptor
  1401. Type
  1402. typeLocation
  1403. Properties
  1404. pBestType
  1405. Description:    The descriptor type that can contain the most information from objects of this object class
  1406. Object Class ID:    cType
  1407. Inherited?    Yes, from cObject
  1408. Modifiable or 
  1409. Non-modifiable?    Non-modifiable
  1410. pClass
  1411. Description:    The four-character class ID for the object class
  1412. Object Class ID:    cType
  1413. Inherited?    Yes, from cObject
  1414. Modifiable or 
  1415. Non-modifiable?    Non-modifiable
  1416. pDefaultType
  1417. Description:    The default descriptor type for the object class
  1418. Object Class ID:    cType
  1419. Inherited?    Yes, from cObject
  1420. Modifiable or 
  1421. Non-modifiable?    Non-modifiable
  1422. pUniqueID
  1423. Description:    the unique ID for this entity
  1424. Object Class ID:    cText
  1425. Inherited?    Yes, from cEntity
  1426. Modifiable or 
  1427. Non-modifiable?    Non-modifiable
  1428. pName
  1429. Description:    the name of this entity
  1430. Object Class ID:    cIntlText
  1431. Inherited?    Yes, from cRow
  1432. Modifiable or 
  1433. Non-modifiable?    Non-modifiable
  1434. pProtection
  1435. Description:    see the Table Suite
  1436. Object Class ID:    cEnumeration
  1437. Inherited?    Yes, from cRow
  1438. Modifiable or 
  1439. Non-modifiable?    Non-modifiable
  1440. pEntityType
  1441. Description:    the enumerated type of entity
  1442. Object Class ID:    cEnumeration
  1443. Inherited?    Yes, from cEntity
  1444. Modifiable or 
  1445. Non-modifiable?    Non-modifiable
  1446. pPrimaryRealTimeAddress
  1447. Description:    the primary real time address (ie phone #)
  1448. Object Class ID:    cAddress
  1449. Inherited?    Yes, from cEntity
  1450. Modifiable or 
  1451. Non-modifiable?    Modifiable
  1452. pPrimaryMailAddress
  1453. Description:    the primary mail address of this entity
  1454. Object Class ID:    cAddress
  1455. Inherited?    Yes, from cEntity
  1456. Modifiable or 
  1457. Non-modifiable?    Modifiable
  1458. pManager
  1459. Description:    the manager of the resource
  1460. Object Class ID:    cPerson
  1461. Inherited?    No
  1462. Modifiable or 
  1463. Non-modifiable?    Modifiable
  1464. pLocationCapacity
  1465. Description:    the maximum number of occupants at one time
  1466. Object Class ID:    cInteger
  1467. Inherited?    No
  1468. Modifiable or 
  1469. Non-modifiable?    Modifiable
  1470. Element Classes
  1471. cAddress
  1472. Description:    the various addresses for this person
  1473. Inherited?    Yes, from cEntity
  1474. Modifiable or 
  1475. Non-modifiable?    Modifiable
  1476. Key Forms:    formAbsolutePosition, formName, formRange, formTest, formPreferred
  1477. cUserField
  1478. Description:    the non-address data for this entity
  1479. Inherited?    Yes, from cEntity
  1480. Modifiable or 
  1481. Non-modifiable?    Modifiable
  1482. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1483. cAttribute
  1484. Description:    an attribute conatined within this record
  1485. Inherited?    Yes, from cCIRecord
  1486. Modifiable or 
  1487. Non-modifiable?    Modifiable
  1488. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1489. cCell
  1490. Description:    a cell contained within this record
  1491. Inherited?    Yes, from cRow
  1492. Modifiable or 
  1493. Non-modifiable?    Modifiable
  1494. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1495. cEntity
  1496. Description:    the various people, equipment, and locations associated with this organization
  1497. Inherited?    No
  1498. Modifiable or 
  1499. Non-modifiable?    Modifiable
  1500. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1501. cOrganization
  1502. Description:    the organizations this person belongs to, if any
  1503. Inherited?    No
  1504. Modifiable or 
  1505. Non-modifiable?    Modifiable
  1506. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1507. Apple Events
  1508. Apple events from the Core suite:
  1509. Count Elements    Inherited from cObject
  1510. Create Element    Inherited from cObject
  1511. Delete    Inherited from cObject
  1512. Do Objects Exist    Inherited from cObject
  1513. Get Class Info    Inherited from cObject
  1514. Get Data    Inherited from cObject
  1515. Get Data Size    Inherited from cObject
  1516. Set Data    Inherited from cObject
  1517. cOrganization—an collection of other cEntities
  1518. This class can represent business, companies, groups, clubs, etc.  
  1519. SuperClass    cEntity
  1520. Default Descriptor
  1521. Type
  1522. typeLocation
  1523. Properties
  1524. pBestType
  1525. Description:    The descriptor type that can contain the most information from objects of this object class
  1526. Object Class ID:    cType
  1527. Inherited?    Yes, from cObject
  1528. Modifiable or 
  1529. Non-modifiable?    Non-modifiable
  1530. pClass
  1531. Description:    The four-character class ID for the object class
  1532. Object Class ID:    cType
  1533. Inherited?    Yes, from cObject
  1534. Modifiable or 
  1535. Non-modifiable?    Non-modifiable
  1536. pDefaultType
  1537. Description:    The default descriptor type for the object class
  1538. Object Class ID:    cType
  1539. Inherited?    Yes, from cObject
  1540. Modifiable or 
  1541. Non-modifiable?    Non-modifiable
  1542. pUniqueID
  1543. Description:    the unique ID for this entity
  1544. Object Class ID:    cText
  1545. Inherited?    Yes, from cEntity
  1546. Modifiable or 
  1547. Non-modifiable?    Non-modifiable
  1548. pName
  1549. Description:    the name of this entity
  1550. Object Class ID:    cIntlText
  1551. Inherited?    Yes, from cRow
  1552. Modifiable or 
  1553. Non-modifiable?    Non-modifiable
  1554. pProtection
  1555. Description:    see the Table Suite
  1556. Object Class ID:    cEnum
  1557. Inherited?    Yes, from cRow
  1558. Modifiable or 
  1559. Non-modifiable?    Non-modifiable
  1560. pEntityType
  1561. Description:    the enumerated type of entity
  1562. Object Class ID:    cEnumeration
  1563. Inherited?    Yes, from cEntity
  1564. Modifiable or 
  1565. Non-modifiable?    Non-modifiable
  1566. pPrimaryRealTimeAddress
  1567. Description:    the primary real time address (ie phone #)
  1568. Object Class ID:    cAddress
  1569. Inherited?    Yes, from cEntity
  1570. Modifiable or 
  1571. Non-modifiable?    Modifiable
  1572. pPrimaryMailAddress
  1573. Description:    the primary mail address of this entity
  1574. Object Class ID:    cAddress
  1575. Inherited?    Yes, from cEntity
  1576. Modifiable or 
  1577. Non-modifiable?    Modifiable
  1578. Element Classes
  1579. cAddress
  1580. Description:    the various addresses for this person
  1581. Inherited?    Yes, from cEntity
  1582. Modifiable or 
  1583. Non-modifiable?    Modifiable
  1584. Key Forms:    formAbsolutePosition, formName, formRange, formTest, formPreferred
  1585. cUserField
  1586. Description:    the non-address data for this entity
  1587. Inherited?    Yes, from cEntity
  1588. Modifiable or 
  1589. Non-modifiable?    Modifiable
  1590. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1591. cAttribute
  1592. Description:    an attribute conatined within this record
  1593. Inherited?    Yes, from cCIRecord
  1594. Modifiable or 
  1595. Non-modifiable?    Modifiable
  1596. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1597. cCell
  1598. Description:    a cell contained within this record
  1599. Inherited?    Yes, from cRow
  1600. Modifiable or 
  1601. Non-modifiable?    Modifiable
  1602. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1603. cEntity
  1604. Description:    the entities associated with this organization
  1605. Inherited?    No
  1606. Modifiable or 
  1607. Non-modifiable?    Modifiable
  1608. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1609. cPerson
  1610. Description:    the various people associated with this organization
  1611. Inherited?    No
  1612. Modifiable or 
  1613. Non-modifiable?    Modifiable
  1614. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1615. cLocation
  1616. Description:    the various locations associated with this organization
  1617. Inherited?    No
  1618. Modifiable or 
  1619. Non-modifiable?    Modifiable
  1620. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1621. cOrganization
  1622. Description:    the various sub organizations associated with this organization
  1623. Inherited?    No
  1624. Modifiable or 
  1625. Non-modifiable?    Modifiable
  1626. Key Forms:    formAbsolutePosition, formName, formRange, formTest
  1627. Apple Events
  1628. Apple events from the Core suite:
  1629. Count Elements    Inherited from cObject
  1630. Create Element    Inherited from cObject
  1631. Delete    Inherited from cObject
  1632. Do Objects Exist    Inherited from cObject
  1633. Get Class Info    Inherited from cObject
  1634. Get Data    Inherited from cObject
  1635. Get Data Size    Inherited from cObject
  1636. Set Data    Inherited from cObject
  1637. Descriptor types defined in the Collaborative Information suite
  1638. The descriptor types defined in the Collaborative Information suite are described in the following sections. Table 4 lists these descriptor types.
  1639. n    Table 4    Descriptor types defined in the Collaborative Information suite
  1640. Descriptor type    Description
  1641. typePhoneNumber    A phone number descriptor
  1642. typeAttribute    an attribute descriptor
  1643. typeAddress    an address descriptor
  1644. typeUserField    an address descriptor
  1645. typePostalAddress    a postal address descriptor
  1646. typePhoneAddress    A phone address
  1647. typeMailAddress    a mail address descriptor
  1648. typeEntity    an entity descriptor
  1649. typePerson    a person descriptor
  1650. typeEquipment    an equipment descriptor
  1651. typeLocation    a location descriptor
  1652. typePhoneNumber—a phone number descriptor
  1653. A typePhoneNumber descriptor record contains the data for a cPhoneNumber object. It includes all the information necessary to recreate the original cPhoneNumber object.
  1654. Description    To create a typePhoneNumber descriptor record, you coerce an AE record containing the following fields into the equivalent typePhoneNumber descriptor record:
  1655. Keyword    Descriptor type    Description
  1656. keyAECountryCode    typeIntlText    the phone number country code
  1657. keyAEDialPlanRules    typeAEList    the phone number's list of dial plan rules
  1658. keyAEExtension    typeIntlText    the phone number extension
  1659. keyAESubscriberNumber    typeIntlText    the phone number subscriber number
  1660. keyAESubaddress    typeIntlText    the phone number sub-address
  1661. keyAETrunkCode    typeIntlText    the phone number trunk code (typically the area code)
  1662. Normally kAECountryCode contains the appropriate PSTN country code. If the phone number specified is not on the PSTN, kAECountryCode identifies the network the party is on. (The Telephony Apple event server must be capable of supporting this.)
  1663. Note that the Apple Event Manager can coerce any AE record into any other descriptor type. A special coercion handler is not required.
  1664. All Telephony Apple event servers must support coercion of typePhoneNumber into typeIntlText and the reverse. When mapping the data into IntlText the following format is to be used:
  1665. [DPR1,DPR2,…DPRn]+CC(TC)SN*SAxEXT
  1666. where    CC= CountryCode {0-9}
  1667.         TC= TrunkCode (typically the area code) {0-9}
  1668.         SN=Subscriber Number {0-9,A-Z}
  1669.         SA=Subaddress {0-9}
  1670.         EXT=Extension {0-9}
  1671.         DPR=Dial Plan Rules {all displayable charcaters}
  1672.         ' ', '-' & '.' are ignored except in DPR.
  1673. Fields are parsed as empty  on the following basis:
  1674.         CC= No "+"
  1675.         TC= No "("
  1676.                        SN= No characters before "x"
  1677.                        SA= No "*"
  1678.                        EXT=No "x"
  1679.                        DPR=No "["
  1680. The reverse mapping involves accepting a string in a similar format.
  1681. Data Size    Variable
  1682. typeAttribute—an attribute descriptor
  1683. A typeUserField descriptor record contains information about the properties and elements of the cUserField object class.
  1684. Description    To create a typeAddress descriptor record, you coerce an Æ record containing the following fields into the equivalent typeUserField descriptor record:
  1685. Keyword    Descriptor type    Description
  1686. keyAEValue    typeIntlText    the data for this attribute
  1687. keyAEID    typeLongInteger    the ID of this attribute
  1688. keyAEName    typeIntlText    the name of this attribute
  1689. keyAETag    typeType    the type of this attribute
  1690. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1691. Data Size    Variable
  1692. typeAddress—an abstract address descriptor
  1693. A typeAddress descriptor record contains information about the properties and elements of the cAddress object class.
  1694. Description    To create a typeAddress descriptor record, you coerce an Æ record containing the following fields into the equivalent typeAddress descriptor record:
  1695. Keyword    Descriptor type    Description
  1696. keyAEAdressName    typeIntlText    the address  name
  1697. keyAEAdressType    typeIntlText    the address type
  1698. keyAEAdresseeName    typeIntlText    the addressee  name
  1699. keyAEAddresseeType    typeIntlText    the addressee  type
  1700. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1701. Data Size    Variable
  1702. Notes    A client would probably want to find out the address type of the returned descriptor and them coerce it into the appropriate type, instead of into this type.
  1703. typeMailAddress—a mail address descriptor
  1704. A typeMailAddress descriptor record contains the data for a cMailAddress object. It includes all the information necessary to recreate the original cMailAddress object.
  1705. Description    To create a typeMailAddress descriptor record, you coerce an AE record containing the following fields into the equivalent typeMailAddress descriptor record:
  1706. Keyword    Descriptor type    Description
  1707. keyAEAdressName    typeIntlText    the address  name
  1708. keyAEAdressType    typeIntlText    the address type
  1709. keyAEAdresseeName    typeIntlText    the addressee  name
  1710. keyAEAddresseeType    typeIntlText    the addressee  type
  1711. keyAEAddress    typeIntlText    the actual address in the specified address space
  1712. keyAEDirectory    typeIntlText    the address space
  1713. keyAEDirectoryType    typeIntlText    the address space type
  1714. keyAEDirectoryID    typeIntlText    the address space discriminator
  1715. All Mail Apple event servers must support coercion of typeMailAddress into typeIntlText  and the reverse. When mapping the data into IntlText the format described below is to be used.
  1716. The following characters are used as tokens:
  1717.     ".",   "<",   ">",   "@"  and  "\"
  1718. The latter is the escape character for quoting the other tokens in fields where they are reserved as indicated below. 
  1719. The component fields of the string address are listed below. Every field except the Addressee Name and the Directory Name field can be optional depending on the circumstances.
  1720.     NAM = Addressee Name (".", "<" and "@" must be quoted with "\")
  1721.     TYP =     Addressee Type ('User' if not specified, "<" must be quoted with "\")          
  1722.     EXT =     Address Type (Default = 'entn')
  1723.       EXV =     Address Value (">" must be quoted with "\")
  1724.     DIR =     Directory or Address Space Name ("." and "<" must be quoted with "\")
  1725.         This may be expressed as a Path{Subspace of Address Space}
  1726.                 so it would be (NODENAME.)*DIR where "(_)*" means "zero or more of _"              
  1727.     DIT =     Directory or Address Space Type ('adap' used if ambiguous & unspecified)
  1728.     DID =     Directory or Address Space Discriminator (Required if DIT is specified)
  1729. The TYP, EXT, and DIT fields are all four bytes which may be any displayable ASCII characters.
  1730. The string representation for addresses is then as follows:
  1731.     NAM.TYP<EXT.EXV>@DIR<DIT.DID>
  1732.             
  1733. Examples:
  1734. Michael Bayer@Evangelism.MSAD.APPLE
  1735. M\. Bayer@Evangelism.MSAD.APPLE
  1736. Michael Bayer.User@Evangelism.MSAD.APPLE
  1737. Evangelists.Group@Evangelism.MSAD.APPLE
  1738. NASDAQ.StockAgent@CORP.APPLE
  1739. Michael Bayer<entn.123.456>@Evangelism.MSAD.APPLE<adap,001>
  1740. Michael Bayer<alan.MBQuadra.Evangelism>@AppleR&DNetwork
  1741. Michael Bayer<fax .+1(408)974-1211>@FAX
  1742. Michael Bayer<smtp.bayer1@applelink.apple.com>@INTERNET<smtp,0>
  1743. Michael Bayer<alnk.BAYER1>@AppleLink
  1744. NOTE: These string representations of an address are always represented using an appropriate script code. The tokens listed above (".",  "<",  ">",  "@" and "\") are represented in the script specified by the IntlText. The Addressee Type, Extension Type and the Directory Type are each 4 Bytes and are always interpreted using Roman ASCII. 
  1745. typePostalAddress—a postal mail address
  1746. A typePostalAddress descriptor record contains information about the properties and elements of the cPostalAddress object class.
  1747. Description    To create a typePostalAddress descriptor record, you coerce an Æ record containing the following fields into the equivalent typePostalAddress descriptor record:
  1748. Keyword    Descriptor type    Description
  1749. keyAEAdressName    typeIntlText    the address  name
  1750. keyAEAdressType    typeIntlText    the address type
  1751. keyAEAdresseeName    typeIntlText    the addressee  name
  1752. keyAEAddresseeType    typeIntlText    the addressee  type
  1753. keyRoomNum     typeIntlText    the room number
  1754. keyBuildingNum     typeIntlText    the building number
  1755. keyStreet    typeIntlText    the street name
  1756. keyCity    typeIntlText    the city name
  1757. keyStateProvince    typeIntlText    the state or province name
  1758. keyCountry    typeIntlText    the country name
  1759. keyPostalCode    typeIntlText    the zip code or equivalent
  1760. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1761. Data Size    Variable
  1762. typePhoneAddress—a phone address descriptor
  1763. A typePhoneAddress descriptor record contains the data for both a cPhoneAddress and a cParty object. It includes all the information necessary to recreate the original cPhoneAddress  or cParty object.
  1764. Description    To create a typeParty descriptor record, you coerce an AE record containing the following fields into the equivalent typeParty descriptor record:
  1765. Keyword    Descriptor type    Description
  1766. keyAEAddresseeType  typeIntlText    the addressee type
  1767. keyAEAddresseeNametypeIntlText    the name of the addressee
  1768. keyAEAddressNametypeIntlText    the name of the address
  1769. keyAEAddressTypetypeIntlText    the type of this address
  1770. keyPhoneNumber    typePhoneNumber    the phone number
  1771. Data Size    Variable
  1772. typePackedDSSpec—a mail address descriptor
  1773. A typePackedDSSpec descriptor record contains the data for a cMailAddress object represented as an AOCE PackedDSSpec data structure as defined in the AOCE Utilities chapter of Inside Macintosh. It includes all the information necessary to recreate the original cMailAddress object.
  1774. All Mail Apple event servers must support coercion of typePackedDSSpec into typeIntlText  and typeMailAddress and the reverse. When mapping the data into typeIntlText the same format described for coercion of typeMailAddress  is to be used.
  1775. typeEntity—an abstract entity
  1776. A typeEntity descriptor record contains information about the properties and elements of the cEntity object class.
  1777. Description    To create a typeEntity descriptor record, you coerce an Æ record containing the following fields into the equivalent typeEntity descriptor record:
  1778. Keyword    Descriptor type    Description
  1779. keyAEID    typeText    the unique ID for this entity
  1780. keyAEName    typeText    the name of this entity
  1781. keyAEEntityType    typeEnum    contains the enumerated type
  1782. keyAEStoreForward  typeIntlText    the primary realtime  address of this entity 
  1783. keyAEMailAddress  typeIntlText    the primary mail address of this entity 
  1784. keyFieldList    typeAEList    A list of typeUserField descriptors.
  1785. keyAddressList    typeAEList    A list of typeAddress descriptors.
  1786. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1787. Data Size    Variable
  1788. typePerson—a person descriptor
  1789. A typePerson descriptor record contains information about the properties and elements of the cPerson object class.
  1790. Description    To create a typePerson descriptor record, you coerce an Æ record containing the following fields into the equivalent typePerson descriptor record:
  1791. Keyword    Descriptor type    Description
  1792. keyAEID    typeText    the unique ID for this entity
  1793. keyAEName    typeText    the name of this entity
  1794. keyAEEntityType    typeEnum    contains the enumerated type
  1795. keyAEStoreForward  typeIntlText    the primary realtime  address of this entity 
  1796. keyAEMailAddress  typeIntlText    the primary mail address of this entity 
  1797. keyFieldList    typeAEList    A list of typeUserField descriptors.
  1798. keyAddressList    typeAEList    A list of typeAddress descriptors.
  1799. keyIndex1Name    typeIntlText    the first name of this person
  1800. keyIndex2Name    typeIntlText    the last name of this person
  1801. keyIndex3Name    typeIntlText    the middle name of this person
  1802. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1803. Data Size    Variable
  1804. typeEquipment—an equipment or resource descriptor
  1805. A typeEquipment descriptor record contains information about the properties and elements of the cEquipment object class.
  1806. Description    To create a typeEquipment descriptor record, you coerce an Æ record containing the following fields into the equivalent typeEquipment descriptor record:
  1807. Keyword    Descriptor type    Description
  1808. keyAEID    typeText    the unique ID for this entity
  1809. keyAEName    typeText    the name of this entity
  1810. keyAEEntityType    typeEnum    contains the enumerated type
  1811. keyAEStoreForward  typeIntlText    the primary realtime  address of this entity 
  1812. keyAEMailAddress  typeIntlText    the primary mail address of this entity 
  1813. keyFieldList    typeAEList    A list of typeUserField descriptors.
  1814. keyAddressList    typeAEList    A list of typeAddress descriptors.
  1815. keyManager    typePerson    Who manages this location
  1816. keyEquipmentType    typeIntlText    the type of equipment
  1817. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1818. Data Size    Variable
  1819. typeLocation—a location descriptor
  1820. A typeEquipment descriptor record contains information about the properties and elements of the cLocation object class.
  1821. Description    To create a typeEquipment descriptor record, you coerce an Æ record containing the following fields into the equivalent typeEquipment descriptor record:
  1822. Keyword    Descriptor type    Description
  1823. keyAEID    typeText    the unique ID for this entity
  1824. keyAEName    typeText    the name of this entity
  1825. keyAEEntityType    typeEnum    contains the enumerated type
  1826. keyAEStoreForward  typeIntlText    the primary realtime  address of this entity 
  1827. keyAEMailAddress  typeIntlText    the primary mail address of this entity 
  1828. keyFieldList    typeAEList    A list of typeUserField descriptors.
  1829. keyAddressList    typeAEList    A list of typeAddress descriptors.
  1830. keyManager    typePerson    Who manages this location
  1831. keyLocCapacity    typeInteger    the capacity of this location
  1832. Note that the Apple Event Manager can coerce any Æ record into any other descriptor type. A special coercion handler is not required.
  1833. Data Size    Variable
  1834. Constants defined in the Collaborative Information suite
  1835. Table 7 lists the constants defined in the Collaborative Information suite.
  1836. n    Table 7    Constants defined in the Collaborative Information suite
  1837. Constant    Value
  1838.   kAECIEvents                'pimC'
  1839.     [ constants used from other suites?    ]
  1840.     [ pValue = 'pVlu';            ]
  1841.     [ pUniqueID = 'ID  ';            ]
  1842.     [ pName = 'name';            ]
  1843.   cCatalogNode            'CtNd'
  1844.   cAttribute                'attr'
  1845.   cUserField                'uFld'
  1846.   cCIRecord                'rcrd'
  1847.   cPhoneNumber            'cPhn'
  1848.   cAddress                'aAdr'
  1849.   cMailAddress            'aMlA'
  1850.   cPostalAddress            'aPst'
  1851.   cPhoneAddress            'aPhn'
  1852.   cFAXAddress                'aFAX'
  1853.   cBeeperAddress            'aBpr'
  1854.  
  1855.   cEntity                'eEnt'
  1856.   cPerson                'ePrs'
  1857.   cEquipment                'eEqu'
  1858.   cLocation                'eLoc'
  1859.   cOrganization            'eOrg'
  1860.   typeCatalogNode            cCatalogNode
  1861.   typeAttribute            cAttribute
  1862.   typeUserField            cUserField
  1863.   typeRecord                cRecord
  1864.   typeAddress                cAddress
  1865.   typePostalAddress            cPostalAddress
  1866.   typePhoneAddress            cPhoneAddress
  1867.   typeFAXAddress            cFAXAddress
  1868.   typeBeeperAddress            cBeeperAddress
  1869.   typeMailAddress            cMailAddress
  1870.   typeEntity                cEntity
  1871.   typePerson                cPerson
  1872.   typeEquipment            cEquipment
  1873.   typeLocation                cLocation
  1874.   typeOrganization            cOrganization
  1875.   pPath                'pPth'
  1876.   pAccess                'pACS'
  1877.   pType                'pTyp'
  1878.   pTag                    'pTag'
  1879.   pAddressType            'pATp'
  1880.   pAddressName            'pANm'
  1881.   pAddresseeType            'pAeT'
  1882.   pAddresseeName            'pAeN'
  1883.   pRoomNumber            'pRmN'
  1884.   pBuildingNumber            'pBgN'
  1885.   pStreet                'pStt'
  1886.   pCity                    'pCty'
  1887.   pStateProvince            'pSPr'
  1888.   pCountry                'pCou'
  1889.   pPostalCode                'pPCd'
  1890.   pPhoneNumber            'NUMB'
  1891.   pPINNumber                'pPIN'
  1892.   pAddress                'pAdr'
  1893.   pDirectory                'pDir'
  1894.   pDirectoryType            'pDTp'
  1895.   pDirectoryID                'pDID'
  1896.   pCountryCode            'pCCd'
  1897.   pDialPlanRules            'pDPR'
  1898.   pExtension                'pExt'
  1899.   pSubAddress                'pSbA'
  1900.   pSubscriptionNumber            'pSnN'
  1901.   pTrunkCode                'pTCd'
  1902.   pEntityType                'pETp'
  1903.   pPreferredRealTimeAddress        'pPRT'
  1904.   pPreferredStoreForwardAddress    'pPSF'
  1905.   pPrimaryIndexingName        'pNM1'
  1906.   pSecondaryIndexingName        'pNM2'
  1907.   pTertiaryIndexingName        'pNM3'
  1908.   pManager                'pMng';
  1909.   pEquipmentType            'pRTp'
  1910.   pLocationCapacity            'pCap'
  1911.   keyPath                pPath
  1912.   keyAccess                pAccess
  1913.   keyType                pType
  1914.   keyTag                pTag
  1915.   keyAddressType            pAddressType
  1916.   keyAddressName            pAddressName
  1917.   keyAddresseeType            pAddresseeType
  1918.   keyAddresseeName            pAddresseeName
  1919.   keyRoomNumber            pRoomNumber
  1920.   keyBuildingNumber            pBuildingNumber
  1921.   keyStreet                pStreet
  1922.   keyCity                pCity
  1923.   keyStateProvince            pStateProvince
  1924.   keyCountry                pCountry
  1925.   keyPostalCode            pPostalCode
  1926.   keyPhoneNumber            pPhoneNumber
  1927.   keyPINNumber            pPINNumber
  1928.   keyAddress                pAddress
  1929.   keyDirectory                pDirectory
  1930.   keyDirectoryType            pDirectoryType
  1931.   keyDirectoryID            pDirectoryID
  1932.   keyEntityType            pEntityType
  1933.   keyPreferredRealTime        pPreferredRealTime
  1934.   keyPreferredStoreAndForward    pPreferredStoreAndForward
  1935.   keyAddressList            'aLst'
  1936.   keyUserFieldList            'fLst'
  1937.   keyPrimaryIndexingName        pPrimaryIndexingName
  1938.   keySecondaryIndexingName        pSecondaryIndexingName
  1939.   keyTertiaryIndexingName        pTertiaryIndexingName
  1940.   keyManager                pManager
  1941.   keyTypeOfEquipment        pEquipmentType
  1942.   keyLocationCapacity            pLocationCapacity
  1943.   keyAECountryCode            pCountryCode
  1944.   keyDialPlanRules            pDialPlanRules
  1945.   keyAEExtension            pExtension
  1946.   keyAESubAddress            pSubAddress
  1947.   keySubscriptionNumber        pSubscriptionNumber
  1948.   keyTrunkCode            pTrunkCode
  1949.   formPreferred            'Pfrd'
  1950. Optional contants defined
  1951.   pJobTitle                'pJbT'
  1952.   pCompanyName            'pCmp'
  1953.   pPreName                'preN'
  1954.   pPostName                'pstN'
  1955.   pCreationDate            'CrDt'
  1956.   pLastModifiedDate            'MdDt'
  1957.   keyJobTitle                pJobTitle
  1958.   keyCompanyName            pCompanyName
  1959.   keyPreName                pPreName
  1960.   keyPostName            pPostName
  1961.   keyCreationDate            pCreationDate
  1962.   keyLastModifiedDate        pLastModifiedDate
  1963.   pUserField1                'uF01'
  1964.   pUserField2                'uF02'
  1965.   pUserField3                'uF03'
  1966.   pUserField4                'uF04'
  1967.   pUserField5                'uF05'
  1968.   pUserField6                'uF06'
  1969.   pUserField7                'uF07'
  1970.   pUserField8                'uF08'
  1971.   pUserField9                'uF09'
  1972.   pUserField10                'uF10'
  1973.   pUserField99                'uF99'
  1974.   keyUserField1            pUserField1
  1975.   keyUserField2            pUserField2
  1976.   keyUserField3            pUserField3
  1977.   keyUserField4            pUserField4
  1978.   keyUserField5            pUserField5
  1979.   keyUserField6            pUserField6
  1980.   keyUserField7            pUserField7
  1981.   keyUserField8            pUserField8
  1982.   keyUserField9            pUserField9
  1983.   keyUserField10            pUserField10
  1984.   keyUserField99            pUserField99
  1985.   enumAddress                $00000000
  1986.   enumMailAddress            $00000001
  1987.   enumPostalAddress            $00000002
  1988.   enumPhoneAddress            $00000003
  1989.   enumFAXAddress            $00000004
  1990.   enumBeeperAddress            $00000005
  1991.   enumEntity                $00000000
  1992.   enumPerson                $00000001
  1993.   enumEquipment            $00000002
  1994.   enumLocation                $00000003
  1995.   enumOrganization            $00000004
  1996.  
  1997.  
  1998. Apple events
  1999. defined in the Personal Information suite 14
  2000. cAddress 16, 38, 55, 59, 64, 68, 72
  2001. cAttribute 15, 28, 30, 55, 60, 64, 68, 72
  2002. cBeeperAddress 17, 50
  2003. cCatalogNode 15, 24, 26
  2004. cCell 28, 55, 60, 64, 68, 72
  2005. cCIRecord 15, 26, 27
  2006. cEntity 17, 53, 69, 72, 73
  2007. cEquipment 18, 62
  2008. cFAXAddress 17, 46
  2009. cLocation 18, 60, 66, 73
  2010. cMailAddress 16, 40
  2011. constants
  2012. defined in the Personal Information suite 87
  2013. cOrganization 19, 60, 65, 69, 70, 73
  2014. cPerson 18, 57
  2015. cPhoneAddress 17, 48
  2016. cPhoneNumber 16, 35
  2017. cPostalAddress 16, 43
  2018. cRow 26
  2019. cUserField 15, 33, 55, 59, 64, 68, 72
  2020. descriptor types
  2021. defined in the Personal Information suite 74
  2022. keyAddressList 84, 85, 86, 87
  2023. keyAEAddresseeName 81
  2024. keyAEAddresseeType  81
  2025. keyAEAddressName 81
  2026. keyAEAddressType 81
  2027. keyAECountryCode 76
  2028. keyAEDialPlanRules 76
  2029. keyAEEntityType 84, 85, 86, 87
  2030. keyAEExtension 76
  2031. keyAEID 78, 84, 85, 86, 87
  2032. keyAEMailAddress  84, 85, 86, 87
  2033. keyAEName 78, 84, 85, 86, 87
  2034. keyAEStoreForward  84, 85, 86, 87
  2035. keyAESubaddress 76
  2036. keyAESubscriberNumber 76
  2037. keyAETag 78
  2038. keyAETrunkCode 76
  2039. keyAEValue 78
  2040. keyBuildingNum 80
  2041. keyCity 80
  2042. keyCountry 80
  2043. keyEquipmentType 86
  2044. keyFieldList 84, 85, 86, 87
  2045. keyIndex1Name 85
  2046. keyIndex2Name 85
  2047. keyIndex3Name 85
  2048. keyLocCapacity 87
  2049. keyManager 86, 87
  2050. keyPhoneNumber 81
  2051. keyPostalCode 80
  2052. keyRoomNum 80
  2053. keyStateProvince 80
  2054. keyStreet 80
  2055. object classes
  2056. defined in the Personal Information suite 15-73
  2057. object inheritance hierarchy
  2058. for Personal Information suite 19
  2059. pAccess 25, 27, 31
  2060. pAddress 41
  2061. pAddresseeName 38, 40, 43, 46, 48, 50
  2062. pAddresseeType 39, 41, 44, 47, 49, 51
  2063. pAddressName 39, 41, 44, 47, 49, 51
  2064. pAddressType 39, 41, 44, 47, 49, 51
  2065. pBestType 24, 27, 30, 33, 35, 38, 40, 43, 46, 48, 50, 53, 57, 62, 66, 70
  2066. pBuildingNumber 44
  2067. pCity 45
  2068. pClass 24, 27, 30, 33, 35, 38, 40, 43, 46, 48, 50, 53, 57, 62, 66, 70
  2069. pCountry 45
  2070. pCountryCode 35
  2071. pDefaultType 24, 27, 30, 33, 35, 38, 40, 43, 46, 48, 50, 53, 57, 62, 66, 70
  2072. pDialPlanRules 36
  2073. pDirectory 41
  2074. pDirectoryID 42
  2075. pDirectoryType 42
  2076. pEntityType 54, 58, 63, 67, 71
  2077. Personal Information suite
  2078. Apple events defined in 14
  2079. constants defined in 87
  2080. descriptor types defined in 74
  2081. object classes defined in 15-73
  2082. object inheritance hierarchy in 19
  2083. pExtension 36
  2084. pID 25, 28, 31
  2085. pKind 25
  2086. pLocationCapacity 68
  2087. pLock 25, 28
  2088. pManager 63, 67
  2089. pName 24, 28, 31, 33, 54, 58, 63, 67, 71
  2090. pPath 25
  2091. pPhoneNumber 47, 49, 51
  2092. pPINNumber 51
  2093. pPostalCode 45
  2094. pPrimaryIndexingName 58
  2095. pPrimaryMailAddress 54, 58, 63, 67, 71
  2096. pPrimaryRealTimeAddress 54, 58, 63, 67, 71
  2097. pProtection 25, 54, 58, 63, 67, 71
  2098. pRoomNumber 44
  2099. pSecondaryIndexingName 59
  2100. pStateProvince 45
  2101. pStreet 44
  2102. pSubaddress 36
  2103. pSubscriberNumber 36
  2104. pTag 31
  2105. pTertiaryIndexingName 59
  2106. pTrunkCode 36
  2107. pTypeOfEquipment 64
  2108. pUniqueID 53, 57, 62, 66, 70
  2109. pValue 31, 34
  2110. typeAddress 74, 79
  2111. typeAttribute 74, 78
  2112. typeEntity 74, 84
  2113. typeEquipment 74, 86
  2114. typeIntlText 40
  2115. typeLocation 74, 87
  2116. typeMailAddress 74, 81
  2117. typePerson 74, 85
  2118. typePhoneAddress 74, 81
  2119. typePhoneNumber 74, 75
  2120. typePostalAddress 74, 80
  2121. typeUserField 74
  2122. §◊#ˇ ˇˇˇˇ#◊ 
  2123. _, Palatino
  2124. 0.°dONLNd[◊è˝+ı°
  2125. °dONLNd£◊ºÆ*3The Collaborative°dONLNdº◊’©*Information Suite
  2126. °dONLNd)Ó◊˛**,
  2127. Version 1.0b8
  2128. 40⁄1€†æ†¬
  2129. ¯¯¯¯(1€
  2130. °d
  2131. ONLNf‹
  2132. 1€)”<ò @¯@¯1€q”··········Ù˛ˇÚ
  2133. ı˝ˇ¸Û
  2134. ı¸ˇ¯Ù
  2135. ˆ˙ˇ¿ı
  2136. ˆ˙ˇ¯ıˆ¯ˇı
  2137. ˜¯ˇ‡ˆ
  2138. ˜¯ˇ¸ˆ¯ˆˇˆ
  2139. ¯ˆˇ‡˜
  2140. ¯?ˆˇ¯˜¯ıˇ˛˜˘Ùˇ˜
  2141. ˘Ùˇ¿¯
  2142. ˘Ùˇ¯
  2143. ˘Ùˇ¯¯
  2144. ˙Ûˇ˛¯
  2145. ˙ڡĢ
  2146. ˙Úˇ¿˘
  2147. ˙?Úˇ˘
  2148. ˙Úˇ¸˘˙Òˇ˛˘
  2149. ˚ˇÄ˙
  2150. ˚ˇ¿˙
  2151. ˚ˇ‡˙
  2152. ˚ˇ˙
  2153. ˚ˇ¸˙˚Ôˇ˛˙¸Óˇ˙
  2154. ¸ÓˇÄ˚
  2155. ¸Óˇ¿˚
  2156. ¸Óˇ‡˚
  2157. ¸Óˇ˚
  2158. ¸?Óˇ¯˚
  2159. ¸Óˇ¸˚¸Ìˇ˛˚˝Ïˇ˚
  2160. ˝ÏˇÄ¸
  2161. ˝Ïˇ¿¸
  2162. ˝Ïˇ‡¸
  2163. ˝Ïˇ¸
  2164. ˝Ïˇ¸
  2165. ˝?Ïˇ¯¸
  2166. ˝Ïˇ¸¸˝Îˇ˛¸˛͡¸˛͡¸
  2167. ˛͡Ľ
  2168. ˛͡¿˝
  2169. ˛͡¿˝
  2170. ˛͡‡˝
  2171. ˛͡˝
  2172. ˛͡˝
  2173. ˛?͡¯˝ò @į@įq€±”
  2174. ˛͡¸˝
  2175. ˛͡¸˝˛Èˇ˛˝˛Èˇ˛˝ˡ˝ˡ˝
  2176. ˡIJ
  2177. ˡIJ
  2178. ˡ¿˛
  2179. ˡ¿˛
  2180. ˡ‡˛
  2181. ˡ‡˛
  2182. ˡ˛
  2183. ˡ˛
  2184. ?ˡ¯˛
  2185. ?ˡ¯˛
  2186. ˡ¸˛
  2187. ˡ¸˛
  2188. ˡ¸˛    Áˇ˛˛    Áˇ˛˛Êˇ˛Êˇ˛Êˇ˛Êˇ˛    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇ¯ˇ    Êˇ¯ˇ    Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¸ˇ    ?Êˇ¸ˇ    ?Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ò Ä¿¯Ä¿¯±€Ò”    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¸ˇ    Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇ¯ˇ    ?Êˇˇ    ?Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ‡ˇ    Êˇ¿ˇ    Êˇ¿ˇ    Êˇ¿ˇ    ÊˇÄˇ    ÊˇÄˇ    ÊˇÄˇÊˇ˛Êˇ˛    Áˇ˛˛    Áˇ˛˛    Áˇ˛˛    Áˇ¸˛
  2189. ˡ¸˛
  2190. ˡ¸˛
  2191. ?ˡ¯˛
  2192. ?ˡ¯˛
  2193. ˡ¯˛
  2194. ˡ˛
  2195. ˡ˛
  2196. ˡ˛
  2197. ˡ‡˛
  2198. ˡ¿˛
  2199. ˡ¿˛
  2200. ˡIJ
  2201. ˡIJˡ˝˛Èˇ˛˝˛Èˇ˛˝
  2202. ˛͡¸˝
  2203. ˛͡¸˝
  2204. ˛͡¯˝
  2205. ˛?͡˝
  2206. ˛͡˝
  2207. ˛͡‡˝
  2208. ˛͡‡˝
  2209. ˛͡¿˝
  2210. ˛͡Ľ
  2211. ˛͡Ľò ¿¯¯¿¯¯Ò€)”˛͡¸˝Îˇ˛¸˝Îˇ¸¸
  2212. ˝Ïˇ¸¸
  2213. ˝?Ïˇ¯¸
  2214. ˝Ïˇ¸
  2215. ˝Ïˇ‡¸
  2216. ˝Ïˇ¿¸
  2217. ˝ÏˇÄ¸˝Ïˇ˚
  2218. ˝Ìˇ˛˚¸Ìˇ¸˚
  2219. ¸Óˇ¸˚
  2220. ¸?Óˇ¯˚
  2221. ¸Óˇ˚
  2222. ¸Óˇ‡˚
  2223. ¸Óˇ¿˚
  2224. ¸ÓˇÄ˚¸Óˇ˙
  2225. ˚ˇ¸˙
  2226. ˚?ˇ¯˙
  2227. ˚ˇ˙
  2228. ˚ˇ¿˙
  2229. ˚ˇÄ˙˚ˇ˘˙Òˇ¸˘
  2230. ˙?Úˇ¯˘
  2231. ˙Úˇ˘
  2232. ˙Úˇ¿˘
  2233. ˙ڡĢ˘Ûˇ¯
  2234. ˘?Ùˇ¯¯
  2235. ˘Ùˇ‡¯
  2236. ˘ÙˇÄ¯
  2237. ˘ıˇ˛˜
  2238. ¯ˆˇ¯˜
  2239. ¯ˆˇ‡˜
  2240. ¯ˆˇÄ˜˜˜ˇ˛ˆ
  2241. ˜¯ˇ¯ˆ
  2242. ˜¯ˇ¿ˆ
  2243. ˆ˙ˇ¸ı
  2244. ˆ˙ˇ¿ı
  2245. ˆ˚ˇ˛Ù
  2246. ı¸ˇ‡Ù
  2247. Ù˛ˇ˛ÛÛˇ˛Ú·········ò @¯@¯1€q”··········Ù˛"Ú··ı˙àÄı··
  2248. ˜¯" ˆ··˜ˆàĘ··˘˛" ¸˝"˜··
  2249. ˘àà̞௷·˙"" ¯""¯··˙ààĈàà˘··˚" Ù"" ˙··
  2250. ˚ààÄÛàà˙··
  2251. ¸" Ú""˙··
  2252. ¸àÄÒàà˚·· ¸" ""˚··˝àÄàĸ·· ˝""Ó" ¸·· ˝ààÓื·
  2253. ˛" Ó"¸·· ˛àÏàÄ˝··ò @į@įq€±” ˛" Ï" ˝·· ˛àÄÏà˝·· "Î"˝··
  2254. àÄÎàIJ·· "Í" ˛·ÈD˙àÓàÄÄà˛·
  2255. Ï˚" Ò"""   ˛· ÔD˝@D˚àÄÛ
  2256. àÄÄàààà˛·Ò˛˚"ı"" "˛ ""˛·Ù@D@D˝@DD˚à¯ààÄÄàÄààÄàààġ·ˆ˚"˚ "  "" """˛·˘˛D˛@
  2257. @D@D@D@DD˚ à˝àà˛ÄàÄàÄàÄàÄààġ·¸˚! ˛" "  " " " " " ˇ·˝@@D˛@@@DD@@DD˚ àÄÄàààÄàÄàà˝Äàà˛ġ·˝˚    "˛"  "˛ ˛" " ˇ·˝@@DDDD@D@@D@@DD@˙ àÄàààÄàÄààÄààÄà˝àˇ·˝˛ˆ"   """  "˛ ""˙ ˇ·¸ @@DD@DDD˛@ıÄààÄÄààààįàˇ·˝˛˛Ú"   "" " " ı ˇ·¸DD@˛DˆD@˝Äà˛Ä˛àıÄÄàˇ·˝˛ı¸" ˛  ˜""  ˇ·¸DDı@D@@˝ÄàıàIJÄÄàò Ä¿¯Ä¿¯±€Ò”·¸ˆ    ¸" Û "   "  ˇ·Ú @DDD@@D¸ĈÄàÄàÄàÄàÄàˇ·ı¸" ˘"  ""  """ ˇ·¯DDDDD@D@D¸Ä˚ààÄÄàÄÄààÄÄàˇ·˙¸!" ˛" """""  "" "" ˇ·˝D@DDDDD@@DD@¸!ààÄààÄÄÄààÄàààÄàÄġ·˝ ˛¸! "˛ """"   "" "" ˇ·˝D@DDD@DD@@D@@˚!àÄÄàààÄIJÄÄààà˛àġ·˝
  2258. ˝¯"" " ""  "" ¸"˛·˝@@DDD@@D@@ˆ    àÄÄàà˛ÄàÄàààĢàġ·˝˚Û
  2259. """" "˛"˜"˛·¸
  2260. @D@@DD@@ÒàÄà˝ÄàÄıà˛·˝Ó "  """ Ú ˛·    ¸D˛DΠ   àààÄà˛·    ˝È""Ï" ˛·· ˛àÄÎàIJ·· ˛"Î"˝·· ˛àÄÏà˝·· ˛" Ï" ˝··
  2261. ˛àÄÌàÄ˝··
  2262. ˛" Ó"¸·ò ¿¯¯¿¯¯Ò€)”· ˝ààÓื· ˝""Ó" ¸··
  2263. ¸àÄàĸ·· ¸""""˚··
  2264. ¸àÄÒàà˚··
  2265. ¸" Ú""˙··
  2266. ˚àÄÛàà˙··
  2267. ˚""Ù""˘··˙ààĈàà˘··˙"" ¯""¯··˘ààÄ˙˛à¯··
  2268. ¯˝"¸˝"˜··˜ˆàĘ··˜¯"ı··ı˙àÙ··Û˛"Ú·········
  2269. <†æ†¬)
  2270. °d
  2271. ONLNfú
  2272. 1€)”<†æ†¬)
  2273. °d
  2274. ONLNf«
  2275. _
  2276. °dONLNd7ÿ(Ê(Bˆ°dONLNd92ÿF›*Preliminary Developer Note
  2277. °dONLNdTjÿv*2
  2278. June 18, 1993ˇ°¿/, 128 string def
  2279. °¿5{currentfile , readstring {(,,,,,,,,,,,,,,,,) search
  2280. °¿K{pop pop pop {currentfile read {46 eq {exit} if} {exit} ifelse} loop exit}
  2281. °¿+{pop} ifelse} {pop exit} ifelse} bind loop
  2282. †ø°¿í,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.
  2283. †ø°¿.%%BeginDocument: Adobe Illustrator 88(TM) 1.6
  2284. °¿%!PS-Adobe-2.0 EPSF-1.2
  2285. °¿(%%Creator: Adobe Illustrator 88(TM) 1.6
  2286. °¿%%For: (Barbara) ()
  2287. °¿$%%CreationDate: (3/23/89) (5:32 PM)
  2288. °¿*%%DocumentProcSets: Adobe_packedarray 0 0
  2289. °¿2%%DocumentSuppliedProcSets: Adobe_packedarray 0 0
  2290. °¿(%%DocumentProcSets: Adobe_cmykcolor 0 0
  2291. °¿0%%DocumentSuppliedProcSets: Adobe_cmykcolor 0 0
  2292. °¿$%%DocumentProcSets: Adobe_cshow 0 0
  2293. °¿,%%DocumentSuppliedProcSets: Adobe_cshow 0 0
  2294. °¿*%%DocumentProcSets: Adobe_customcolor 0 0
  2295. °¿2%%DocumentSuppliedProcSets: Adobe_customcolor 0 0
  2296. °¿.%%DocumentProcSets: Adobe_Illustrator_881 0 0
  2297. °¿6%%DocumentSuppliedProcSets: Adobe_Illustrator_881 0 0
  2298. °¿%%ColorUsage: Black&White
  2299. °¿%%DocumentProcessColors: Black
  2300. °¿%%BoundingBox:157 281 405 529
  2301. °¿%%TemplateBox:288 360 288 360
  2302. °¿%%TileBox:-552 730 0 1460
  2303. °¿%%EndComments
  2304. °¿/showpage{}def
  2305. °¿/copypage{}def
  2306. °¿[157 529 405 281]
  2307. °¿[newpath clippath pathbbox]
  2308. °¿
  2309. 2 dict begin
  2310. °¿ /d exch def
  2311. °¿ /s exch def
  2312. °¿d 0 get d 1 get translate
  2313. °¿,d 2 get d 0 get sub s 2 get s 0 get sub div
  2314. °¿,d 3 get d 1 get sub s 3 get s 1 get sub div
  2315. °¿scale
  2316. °¿"s 0 get neg s 1 get neg translate
  2317. °¿end
  2318. °¿&%%BeginProcSet: Adobe_packedarray 0 0
  2319. °¿% packedarray Operators
  2320. °¿% Version 1.0 5/9/1988
  2321. °¿% Copyright (C) 1987, 1988
  2322. °¿% Adobe Systems Incorporated
  2323. °¿% All Rights Reserved
  2324. °¿1userdict /Adobe_packedarray 5 dict dup begin put
  2325. °¿/initialize            % - initialize -
  2326. °¿{
  2327. °¿/packedarray where
  2328. °¿    {
  2329. °¿    pop
  2330. °¿    }
  2331. °¿    {
  2332. °¿    Adobe_packedarray begin
  2333. °¿    Adobe_packedarray
  2334. °¿        {
  2335. °¿
  2336.         dup xcheck
  2337. °¿            {
  2338. °¿            bind
  2339. °¿            } if
  2340. °¿        userdict 3 1 roll put
  2341. °¿         } forall
  2342. °¿    end
  2343. °¿
  2344.     } ifelse
  2345. °¿} def
  2346. °¿/terminate            % - terminate -
  2347. °¿{
  2348. °¿} def
  2349. °¿2/packedarray        % arguments count packedarray array
  2350. °¿{
  2351. °¿array astore readonly
  2352. °¿} def
  2353. °¿%/setpacking            % boolean setpacking -
  2354. °¿{
  2355. °¿pop
  2356. °¿} def
  2357. °¿(/currentpacking        % - setpacking boolean
  2358. °¿{
  2359. °¿false
  2360. °¿} def
  2361. °¿currentdict readonly pop end
  2362. °¿
  2363. %%EndProcSet
  2364. °¿'Adobe_packedarray /initialize get exec
  2365. °¿#%%BeginProcSet:Adobe_cmykcolor 0 0
  2366. °¿% cmykcolor Operators
  2367. °¿% Version 1.0 5/9/1988
  2368. °¿% Copyright (C) 1987, 1988
  2369. °¿% Adobe Systems Incorporated
  2370. °¿% All Rights Reserved
  2371. °¿currentpacking true setpacking
  2372. °¿/userdict /Adobe_cmykcolor 4 dict dup begin put
  2373. °¿/initialize            % - initialize -
  2374. °¿{
  2375. °¿/setcmykcolor where
  2376. °¿    {
  2377. °¿    pop
  2378. °¿    }
  2379. °¿    {
  2380. °¿5    userdict /Adobe_cmykcolor_vars 2 dict dup begin put
  2381. °¿    /_setrgbcolor
  2382. °¿        /setrgbcolor load def
  2383. °¿    /_currentrgbcolor
  2384. °¿        /currentrgbcolor load def
  2385. °¿    Adobe_cmykcolor begin
  2386. °¿    Adobe_cmykcolor
  2387. °¿        {
  2388. °¿
  2389.         dup xcheck
  2390. °¿            {
  2391. °¿            bind
  2392. °¿            } if
  2393. °¿
  2394.         pop pop
  2395. °¿         } forall
  2396. °¿    end
  2397. °¿    end
  2398. °¿    Adobe_cmykcolor begin
  2399. °¿
  2400.     } ifelse
  2401. °¿} def
  2402. °¿/terminate            % - terminate -
  2403. °¿{
  2404. °¿currentdict Adobe_cmykcolor eq
  2405. °¿    {
  2406. °¿    end
  2407. °¿    } if
  2408. °¿} def
  2409. °¿:/setcmykcolor        % cyan magenta yellow black setcmykcolor -
  2410. °¿{
  2411. °¿1 sub 4 1 roll
  2412. °¿3
  2413. °¿    {
  2414. °¿    3 index add neg dup 0 lt
  2415. °¿        {
  2416. °¿        pop 0
  2417. °¿        } if
  2418. °¿
  2419.     3 1 roll
  2420. °¿
  2421.     } repeat
  2422. °¿,Adobe_cmykcolor_vars /_setrgbcolor get exec
  2423. °¿pop
  2424. °¿} def 
  2425. °¿A/currentcmykcolor    % - currentcmykcolor cyan magenta yellow black
  2426. °¿{
  2427. °¿0Adobe_cmykcolor_vars /_currentrgbcolor get exec
  2428. °¿3
  2429. °¿    {
  2430. °¿    1 sub neg 3 1 roll
  2431. °¿
  2432.     } repeat
  2433. °¿0
  2434. °¿} def
  2435. °¿currentdict readonly pop end
  2436. °¿ setpacking
  2437. °¿
  2438. %%EndProcSet
  2439. °¿ %%BeginProcSet: Adobe_cshow 0 0
  2440. °¿% cshow Operator
  2441. °¿% Version 1.0 5/9/1988
  2442. °¿% Copyright (C) 1987, 1988
  2443. °¿% Adobe Systems Incorporated
  2444. °¿% All Rights Reserved
  2445. °¿currentpacking true setpacking
  2446. °¿+userdict /Adobe_cshow 3 dict dup begin put
  2447. °¿/initialize            % - initialize -
  2448. °¿{
  2449. °¿
  2450. /cshow where
  2451. °¿    {
  2452. °¿    pop
  2453. °¿    }
  2454. °¿    {
  2455. °¿1    userdict /Adobe_cshow_vars 1 dict dup begin put
  2456. °¿    /_cshow        % - _cshow proc
  2457. °¿            {} def
  2458. °¿    Adobe_cshow begin
  2459. °¿
  2460.     Adobe_cshow
  2461. °¿        {
  2462. °¿
  2463.         dup xcheck
  2464. °¿            {
  2465. °¿            bind
  2466. °¿            } if
  2467. °¿        userdict 3 1 roll put
  2468. °¿         } forall
  2469. °¿    end
  2470. °¿    end
  2471. °¿
  2472.     } ifelse
  2473. °¿} def
  2474. °¿/terminate            % - terminate -
  2475. °¿{
  2476. °¿} def
  2477. °¿ /cshow                % string proc cshow -
  2478. °¿{
  2479. °¿Adobe_cshow_vars
  2480. °¿    exch /_cshow
  2481. °¿
  2482.     exch put
  2483. °¿    {
  2484. °¿'    0 0 Adobe_cshow_vars /_cshow get exec
  2485. °¿
  2486.     } forall
  2487. °¿} def
  2488. °¿currentdict readonly pop end
  2489. °¿ setpacking
  2490. °¿
  2491. %%EndProcSet
  2492. °¿&%%BeginProcSet: Adobe_customcolor 0 0
  2493. °¿% Custom Color Operators
  2494. °¿% Version 1.0 5/9/1988
  2495. °¿% Copyright (C) 1987, 1988
  2496. °¿% Adobe Systems Incorporated
  2497. °¿% All Rights Reserved
  2498. °¿currentpacking true setpacking
  2499. °¿1userdict /Adobe_customcolor 5 dict dup begin put
  2500. °¿/initialize            % - initialize -
  2501. °¿{
  2502. °¿/setcustomcolor where
  2503. °¿    {
  2504. °¿    pop
  2505. °¿    }
  2506. °¿    {
  2507. °¿    Adobe_customcolor begin
  2508. °¿    Adobe_customcolor
  2509. °¿        {
  2510. °¿
  2511.         dup xcheck
  2512. °¿            {
  2513. °¿            bind
  2514. °¿            } if
  2515. °¿
  2516.         pop pop
  2517. °¿         } forall
  2518. °¿    end
  2519. °¿    Adobe_customcolor begin
  2520. °¿
  2521.     } ifelse
  2522. °¿} def
  2523. °¿/terminate            % - terminate -
  2524. °¿{
  2525. °¿!currentdict Adobe_customcolor eq
  2526. °¿    {
  2527. °¿    end
  2528. °¿    } if
  2529. °¿} def
  2530. °¿Q/findcmykcustomcolor    % cyan magenta yellow black name findcmykcustomcolor object
  2531. °¿{
  2532. °¿5 packedarray
  2533. °¿}  def
  2534. °¿0/setcustomcolor        % object tint setcustomcolor -
  2535. °¿{
  2536. °¿exch
  2537. °¿aload pop pop
  2538. °¿4
  2539. °¿    {
  2540. °¿    4 index mul 4 1 roll
  2541. °¿
  2542.     } repeat
  2543. °¿5 -1 roll pop
  2544. °¿
  2545. setcmykcolor
  2546. °¿} def
  2547. °¿(/setoverprint        % boolean setoverprint -
  2548. °¿{
  2549. °¿pop
  2550. °¿} def
  2551. °¿currentdict readonly pop end
  2552. °¿ setpacking
  2553. °¿
  2554. %%EndProcSet
  2555. °¿)%%BeginProcSet: Adobe_Illustrator881 0 0
  2556. °¿ % Adobe Illustrator (TM) Prolog
  2557. °¿% Version 1.0 5/9/1988
  2558. °¿% Copyright (C) 1987, 1988
  2559. °¿% Adobe Systems Incorporated
  2560. °¿% All Rights Reserved
  2561. °¿currentpacking true setpacking
  2562. °¿5userdict /Adobe_Illustrator881 72 dict dup begin put
  2563. °¿% initialization
  2564. °¿ /initialize                % - initialize -
  2565. °¿{
  2566. °¿:userdict /Adobe_Illustrator881_vars 29 dict dup begin put
  2567. °¿% paint operands
  2568. °¿/_lp /none def
  2569. °¿ /_pf {} def
  2570. °¿ /_ps {} def
  2571. °¿
  2572. /_psf {} def
  2573. °¿
  2574. /_pss {} def
  2575. °¿% text operands
  2576. °¿
  2577. /_a null def
  2578. °¿/_as null def
  2579. °¿/_tt 2 array def
  2580. °¿/_tl 2 array def
  2581. °¿/_tm matrix def
  2582. °¿
  2583. /t {} def
  2584. °¿% color operands
  2585. °¿/_gf null def
  2586. °¿/_cf 4 array def
  2587. °¿/_if null def
  2588. °¿/_of false def
  2589. °¿ /_fc {} def
  2590. °¿/_gs null def
  2591. °¿/_cs 4 array def
  2592. °¿/_is null def
  2593. °¿/_os false def
  2594. °¿ /_sc {} def
  2595. °¿
  2596. /_i null def
  2597. °¿Adobe_Illustrator881 begin
  2598. °¿Adobe_Illustrator881
  2599. °¿    {
  2600. °¿     dup xcheck
  2601. °¿        {
  2602. °¿        bind
  2603. °¿        } if
  2604. °¿        pop pop
  2605. °¿
  2606.     } forall
  2607. °¿end
  2608. °¿end
  2609. °¿Adobe_Illustrator881 begin
  2610. °¿ Adobe_Illustrator881_vars begin
  2611. °¿newpath
  2612. °¿} def
  2613. °¿/terminate                % - terminate -
  2614. °¿{
  2615. °¿end
  2616. °¿end
  2617. °¿} def
  2618. °¿% definition operators
  2619. °¿/_                    % - _ null
  2620. °¿    null def
  2621. °¿/ddef                % key value ddef -
  2622. °¿{
  2623. °¿'Adobe_Illustrator881_vars 3 1 roll put
  2624. °¿} def
  2625. °¿$/xput                % key value literal xput -
  2626. °¿{
  2627. °¿&dup load dup length exch maxlength eq
  2628. °¿    {
  2629. °¿    dup dup load dup
  2630. °¿    length 2 mul dict copy def
  2631. °¿    } if
  2632. °¿load begin def end
  2633. °¿} def
  2634. °¿/npop                % integer npop -
  2635. °¿{
  2636. °¿    {
  2637. °¿    pop
  2638. °¿
  2639.     } repeat
  2640. °¿} def
  2641. °¿% marking operators
  2642. °¿%/sw                    % ax ay length string sw x y
  2643. °¿{
  2644. °¿ stringwidth
  2645. °¿%exch 5 -1 roll 3 index 1 sub mul add
  2646. °¿ 4 1 roll 3 1 roll 1 sub mul add
  2647. °¿} def
  2648. °¿*/ss                    % ax ay length string matrix ss -
  2649. °¿{
  2650. °¿3 -1 roll pop
  2651. °¿    4 1 roll
  2652. °¿    {
  2653. °¿    2 npop (0) exch
  2654. °¿    2 copy 0 exch put pop
  2655. °¿    gsave
  2656. °¿    false charpath
  2657. °¿    currentpoint
  2658. °¿    4 index setmatrix
  2659. °¿    stroke
  2660. °¿
  2661.     grestore
  2662. °¿    moveto
  2663. °¿    2 copy rmoveto
  2664. °¿        } cshow
  2665. °¿3 npop
  2666. °¿} def
  2667. °¿% path operators
  2668. °¿#/sp                    % ax ay length string sp -
  2669. °¿{
  2670. °¿    exch pop
  2671. °¿    {
  2672. °¿    2 npop (0) exch
  2673. °¿    2 copy 0 exch put pop
  2674. °¿    false charpath
  2675. °¿    2 copy rmoveto
  2676. °¿        } cshow
  2677. °¿2 npop
  2678. °¿} def
  2679. °¿% path construction operators
  2680. °¿/pl                    % x y pl x y
  2681. °¿{
  2682. °¿
  2683. transform
  2684. °¿0.25 sub round 0.25 add exch
  2685. °¿0.25 sub round 0.25 add exch
  2686. °¿ itransform
  2687. °¿} def
  2688. °¿/setstrokeadjust where
  2689. °¿{
  2690. °¿pop true setstrokeadjust
  2691. °¿/c                % x1 y1 x2 y2 x3 y3 c -
  2692. °¿{
  2693. °¿curveto
  2694. °¿} def
  2695. °¿/C
  2696. °¿ /c load def
  2697. °¿/v                % x2 y2 x3 y3 v -
  2698. °¿{
  2699. °¿currentpoint 6 2 roll curveto
  2700. °¿} def
  2701. °¿/V
  2702. °¿ /v load def
  2703. °¿/y                % x1 y1 x2 y2 y -
  2704. °¿{
  2705. °¿2 copy curveto
  2706. °¿} def
  2707. °¿/Y
  2708. °¿ /y load def
  2709. °¿/l                % x y l -
  2710. °¿{
  2711. °¿lineto
  2712. °¿} def
  2713. °¿/L
  2714. °¿ /l load def
  2715. °¿/m                % x y m -
  2716. °¿{
  2717. °¿moveto
  2718. °¿} def
  2719. °¿}
  2720. °¿{
  2721. °¿/c
  2722. °¿{
  2723. °¿ pl curveto
  2724. °¿} def
  2725. °¿/C
  2726. °¿ /c load def
  2727. °¿/v
  2728. °¿{
  2729. °¿!currentpoint 6 2 roll pl curveto
  2730. °¿} def
  2731. °¿/V
  2732. °¿ /v load def
  2733. °¿/y
  2734. °¿{
  2735. °¿pl 2 copy curveto
  2736. °¿} def
  2737. °¿/Y
  2738. °¿ /y load def
  2739. °¿/l
  2740. °¿{
  2741. °¿
  2742. pl lineto
  2743. °¿} def
  2744. °¿/L
  2745. °¿ /l load def
  2746. °¿/m
  2747. °¿{
  2748. °¿
  2749. pl moveto
  2750. °¿} def
  2751. °¿    } ifelse
  2752. °¿% graphic state operators
  2753. °¿/d                    % array phase d -
  2754. °¿{
  2755. °¿setdash
  2756. °¿} def
  2757. °¿/cf                    % - cf flatness
  2758. °¿currentflat def
  2759. °¿/i                    % flatness i -
  2760. °¿{
  2761. °¿    dup 0 eq
  2762. °¿    {
  2763. °¿    pop cf
  2764. °¿    } if
  2765. °¿setflat
  2766. °¿} def
  2767. °¿/j                    % linejoin j -
  2768. °¿{
  2769. °¿ setlinejoin
  2770. °¿} def
  2771. °¿/J                    % linecap J -
  2772. °¿{
  2773. °¿ setlinecap
  2774. °¿} def
  2775. °¿/M                    % miterlimit M -
  2776. °¿{
  2777. °¿setmiterlimit
  2778. °¿} def
  2779. °¿/w                    % linewidth w -
  2780. °¿{
  2781. °¿
  2782. setlinewidth
  2783. °¿} def
  2784. °¿% path painting operators
  2785. °¿/H                    % - H -
  2786. °¿{} def
  2787. °¿/h                    % - h -
  2788. °¿{
  2789. °¿
  2790. closepath
  2791. °¿} def
  2792. °¿/N                    % - N -
  2793. °¿{
  2794. °¿newpath
  2795. °¿} def
  2796. °¿/n                    % - n -
  2797. °¿ /N load def
  2798. °¿/F                    % - F -
  2799. °¿{
  2800. °¿_pf
  2801. °¿} def
  2802. °¿/f                    % - f -
  2803. °¿{
  2804. °¿
  2805. closepath
  2806. °¿F
  2807. °¿} def
  2808. °¿/S                    % - S -
  2809. °¿{
  2810. °¿_ps
  2811. °¿} def
  2812. °¿/s                    % - s -
  2813. °¿{
  2814. °¿
  2815. closepath
  2816. °¿S
  2817. °¿} def
  2818. °¿/B                    % - B -
  2819. °¿{
  2820. °¿gsave F grestore
  2821. °¿S
  2822. °¿} def
  2823. °¿/b                    % - b -
  2824. °¿{
  2825. °¿
  2826. closepath
  2827. °¿B
  2828. °¿} def
  2829. °¿/W                    % - W -
  2830. °¿{
  2831. °¿clip
  2832. °¿} def
  2833. °¿% text painting operators
  2834. °¿//ta                    % length string ta ax ay length string
  2835. °¿{
  2836. °¿ _as moveto
  2837. °¿_tt aload pop 4 -2 roll
  2838. °¿} def
  2839. °¿/tl                    % - tl -
  2840. °¿{
  2841. °¿_tl aload pop translate
  2842. °¿} def
  2843. °¿/as                    % - as array
  2844. °¿{
  2845. °¿{
  2846. °¿0 0
  2847. °¿}
  2848. °¿{
  2849. °¿"2 copy _tt aload pop 4 -2 roll sw
  2850. °¿exch neg 2 div exch neg 2 div
  2851. °¿}
  2852. °¿{
  2853. °¿"2 copy _tt aload pop 4 -2 roll sw
  2854. °¿exch neg exch neg
  2855. °¿}
  2856. °¿{
  2857. °¿0 0
  2858. °¿}
  2859. °¿ } cvlit def
  2860. °¿1/z                    % literal size leading tracking align z -
  2861. °¿{
  2862. °¿/_a exch ddef
  2863. °¿/_as as _a get ddef
  2864. °¿_a 2 le
  2865. °¿    {
  2866. °¿    0 _tt astore pop
  2867. °¿    0 exch neg _tl astore pop
  2868. °¿    }
  2869. °¿    {
  2870. °¿    0 exch neg _tt astore pop
  2871. °¿    neg 0 _tl astore pop
  2872. °¿
  2873.     } ifelse
  2874. °¿%exch findfont exch scalefont setfont
  2875. °¿} def
  2876. °¿/tm                    % matrix tm -
  2877. °¿{
  2878. °¿_tm currentmatrix pop
  2879. °¿concat
  2880. °¿} def
  2881. °¿/I                    % matrix I -
  2882. °¿{
  2883. °¿tm
  2884. °¿/t
  2885. °¿    {
  2886. °¿    ta sp
  2887. °¿    tl
  2888. °¿    } ddef
  2889. °¿} def
  2890. °¿/o                    % matrix o -
  2891. °¿{
  2892. °¿tm
  2893. °¿/t
  2894. °¿    {
  2895. °¿     ta 4 npop
  2896. °¿    tl
  2897. °¿        newpath
  2898. °¿    } ddef
  2899. °¿} def
  2900. °¿/e                    % matrix e -
  2901. °¿{
  2902. °¿tm
  2903. °¿/t
  2904. °¿    {
  2905. °¿        ta _psf
  2906. °¿    tl
  2907. °¿        newpath
  2908. °¿    } ddef
  2909. °¿} def
  2910. °¿/r                    % matrix r -
  2911. °¿{
  2912. °¿tm
  2913. °¿/t
  2914. °¿    {
  2915. °¿
  2916.     ta _tm _pss
  2917. °¿    tl
  2918. °¿        newpath
  2919. °¿    } ddef
  2920. °¿} def
  2921. °¿/a                    % matrix a -
  2922. °¿{
  2923. °¿tm
  2924. °¿/t
  2925. °¿    {
  2926. °¿    2 copy
  2927. °¿        ta _psf
  2928. °¿        newpath
  2929. °¿
  2930.     ta _tm _pss
  2931. °¿    tl
  2932. °¿        newpath
  2933. °¿    } ddef
  2934. °¿} def
  2935. °¿/T                    % - T -
  2936. °¿{
  2937. °¿_tm setmatrix
  2938. °¿} def
  2939. °¿% font operators
  2940. °¿-/Z                    % array literal literal direction Z -
  2941. °¿{
  2942. °¿pop
  2943. °¿findfont begin
  2944. °¿(currentdict dup length 1 add dict begin
  2945. °¿    {
  2946. °¿    1 index /FID ne
  2947. °¿        {
  2948. °¿        def
  2949. °¿        }
  2950. °¿        {
  2951. °¿            2 npop
  2952. °¿         } ifelse
  2953. °¿
  2954.     } forall
  2955. °¿#/FontName exch def dup length 0 ne
  2956. °¿    {
  2957. °¿'    /Encoding Encoding 256 array copy def
  2958. °¿    0 exch
  2959. °¿        {
  2960. °¿        dup type /nametype eq
  2961. °¿            {
  2962. °¿$            Encoding 2 index 2 index put pop
  2963. °¿                1 add
  2964. °¿            }
  2965. °¿            {
  2966. °¿             exch pop
  2967. °¿             } ifelse
  2968. °¿         } forall
  2969. °¿
  2970.     } if pop
  2971. °¿currentdict dup end end
  2972. °¿"/FontName get exch definefont pop
  2973. °¿} def
  2974. °¿% group operators
  2975. °¿/u                    % - u -
  2976. °¿{} def
  2977. °¿/U                    % - U -
  2978. °¿{} def
  2979. °¿/q                    % - q -
  2980. °¿{
  2981. °¿gsave
  2982. °¿} def
  2983. °¿/Q                    % - Q -
  2984. °¿{
  2985. °¿    grestore
  2986. °¿} def
  2987. °¿% place operators
  2988. °¿+/`                    % matrix llx lly urx ury string ` -
  2989. °¿{
  2990. °¿/_i save ddef
  2991. °¿6 1 roll 4 npop
  2992. °¿concat
  2993. °¿userdict begin
  2994. °¿/showpage {} def
  2995. °¿false setoverprint
  2996. °¿pop
  2997. °¿} def
  2998. °¿/~                    % - ~ -
  2999. °¿{
  3000. °¿end
  3001. °¿ _i restore
  3002. °¿} def
  3003. °¿% color operators
  3004. °¿/O                    % flag O -
  3005. °¿{
  3006. °¿0 ne
  3007. °¿/_of exch ddef
  3008. °¿/_lp /none ddef
  3009. °¿} def
  3010. °¿/R                    % flag R -
  3011. °¿{
  3012. °¿0 ne
  3013. °¿/_os exch ddef
  3014. °¿/_lp /none ddef
  3015. °¿} def
  3016. °¿/g                    % gray g -
  3017. °¿{
  3018. °¿/_gf exch ddef
  3019. °¿/_fc
  3020. °¿{
  3021. °¿
  3022. _lp /fill ne
  3023. °¿    {
  3024. °¿    _of setoverprint
  3025. °¿
  3026.     _gf setgray
  3027. °¿    /_lp /fill ddef
  3028. °¿    } if
  3029. °¿} ddef
  3030. °¿/_pf
  3031. °¿{
  3032. °¿_fc
  3033. °¿fill
  3034. °¿} ddef
  3035. °¿/_psf
  3036. °¿{
  3037. °¿_fc
  3038. °¿    exch pop
  3039. °¿ashow
  3040. °¿} ddef
  3041. °¿/_lp /none ddef
  3042. °¿} def
  3043. °¿/G                    % gray G -
  3044. °¿{
  3045. °¿/_gs exch ddef
  3046. °¿/_sc
  3047. °¿{
  3048. °¿_lp /stroke ne
  3049. °¿    {
  3050. °¿    _os setoverprint
  3051. °¿
  3052.     _gs setgray
  3053. °¿    /_lp /stroke ddef
  3054. °¿    } if
  3055. °¿} ddef
  3056. °¿/_ps
  3057. °¿{
  3058. °¿_sc
  3059. °¿stroke
  3060. °¿} ddef
  3061. °¿/_pss
  3062. °¿{
  3063. °¿_sc
  3064. °¿ss
  3065. °¿} ddef
  3066. °¿/_lp /none ddef
  3067. °¿} def
  3068. °¿'/k                    % cyan magenta yellow black k -
  3069. °¿{
  3070. °¿_cf astore pop
  3071. °¿/_fc
  3072. °¿{
  3073. °¿
  3074. _lp /fill ne
  3075. °¿    {
  3076. °¿    _of setoverprint
  3077. °¿    _cf aload pop setcmykcolor
  3078. °¿    /_lp /fill ddef
  3079. °¿    } if
  3080. °¿} ddef
  3081. °¿/_pf
  3082. °¿{
  3083. °¿_fc
  3084. °¿fill
  3085. °¿} ddef
  3086. °¿/_psf
  3087. °¿{
  3088. °¿_fc
  3089. °¿    exch pop
  3090. °¿ashow
  3091. °¿} ddef
  3092. °¿/_lp /none ddef
  3093. °¿} def
  3094. °¿'/K                    % cyan magenta yellow black K -
  3095. °¿{
  3096. °¿_cs astore pop
  3097. °¿/_sc
  3098. °¿{
  3099. °¿_lp /stroke ne
  3100. °¿    {
  3101. °¿    _os setoverprint
  3102. °¿    _cs aload pop setcmykcolor
  3103. °¿    /_lp /stroke ddef
  3104. °¿    } if
  3105. °¿} ddef
  3106. °¿/_ps
  3107. °¿{
  3108. °¿_sc
  3109. °¿stroke
  3110. °¿} ddef
  3111. °¿/_pss
  3112. °¿{
  3113. °¿_sc
  3114. °¿ss
  3115. °¿} ddef
  3116. °¿/_lp /none ddef
  3117. °¿} def
  3118. °¿1/x                    % cyan magenta yellow black name gray x -
  3119. °¿{
  3120. °¿/_gf exch ddef
  3121. °¿findcmykcustomcolor
  3122. °¿/_if exch ddef
  3123. °¿/_fc
  3124. °¿{
  3125. °¿
  3126. _lp /fill ne
  3127. °¿    {
  3128. °¿    _of setoverprint
  3129. °¿#    _if _gf 1 exch sub setcustomcolor
  3130. °¿    /_lp /fill ddef
  3131. °¿    } if
  3132. °¿} ddef
  3133. °¿/_pf
  3134. °¿{
  3135. °¿_fc
  3136. °¿fill
  3137. °¿} ddef
  3138. °¿/_psf
  3139. °¿{
  3140. °¿_fc
  3141. °¿    exch pop
  3142. °¿ashow
  3143. °¿} ddef
  3144. °¿/_lp /none ddef
  3145. °¿} def
  3146. °¿1/X                    % cyan magenta yellow black name gray X -
  3147. °¿{
  3148. °¿/_gs exch ddef
  3149. °¿findcmykcustomcolor
  3150. °¿/_is exch ddef
  3151. °¿/_sc
  3152. °¿{
  3153. °¿_lp /stroke ne
  3154. °¿    {
  3155. °¿    _os setoverprint
  3156. °¿#    _is _gs 1 exch sub setcustomcolor
  3157. °¿    /_lp /stroke ddef
  3158. °¿    } if
  3159. °¿} ddef
  3160. °¿/_ps
  3161. °¿{
  3162. °¿_sc
  3163. °¿stroke
  3164. °¿} ddef
  3165. °¿/_pss
  3166. °¿{
  3167. °¿_sc
  3168. °¿ss
  3169. °¿} ddef
  3170. °¿/_lp /none ddef
  3171. °¿} def
  3172. °¿% locked object operators
  3173. °¿/A                    % value A -
  3174. °¿{
  3175. °¿pop
  3176. °¿} def
  3177. °¿currentdict readonly pop end
  3178. °¿ setpacking
  3179. °¿
  3180. %%EndProcSet
  3181. °¿ %%EndProlog
  3182. °¿
  3183. %%BeginSetup
  3184. °¿
  3185. °¿%Adobe_cmykcolor /initialize get exec
  3186. °¿!Adobe_cshow /initialize get exec
  3187. °¿'Adobe_customcolor /initialize get exec
  3188. °¿*Adobe_Illustrator881 /initialize get exec
  3189. °¿ %%EndSetup
  3190. °¿0 A
  3191. °¿u
  3192. °¿0 O
  3193. °¿0.9 g
  3194. °¿0 R
  3195. °¿0 G
  3196. °¿0 i°¿ °¿2 J°¿ °¿0 j°¿ °¿3 w°¿ °¿2 M°¿ [°¿]0 d°¿
  3197. °¿%%Note:
  3198. °¿297.701 291.598 m
  3199. °¿2360.134 301.067 403.071 359.358 393.601 421.791 c
  3200. °¿2384.131 484.225 325.841 527.161 263.407 517.692 c
  3201. °¿2200.974 508.222 158.037 449.931 167.507 387.498 c
  3202. °¿2176.977 325.065 235.268 282.128 297.701 291.598 c
  3203. °¿f
  3204. °¿280.554 404.645 m
  3205. °¿F
  3206. °¿U
  3207. °¿u
  3208. °¿1 g
  3209. °¿1 w°¿
  3210. °¿296.142 301.875 m
  3211. °¿2352.899 310.484 391.932 363.475 383.324 420.233 c
  3212. °¿1374.715 476.99 321.723 516.023 264.966 507.414 c
  3213. °¿2208.209 498.805 169.176 445.814 177.785 389.057 c
  3214. °¿0186.394 332.3 239.385 293.266 296.142 301.875 c
  3215. °¿f
  3216. °¿280.554 404.645 m
  3217. °¿F
  3218. °¿U
  3219. °¿u
  3220. °¿u
  3221. °¿0.8 g
  3222. °¿199.805 428.556 m
  3223. °¿1200.303 428.277 200.128 427.593 200.277 427.11 C
  3224. °¿199.191 425.934 L
  3225. °¿
  3226. 203 402.49 L
  3227. °¿1203.987 401.654 204.836 400.72 204.761 399.217 C
  3228. °¿2201.898 398.252 199.486 399.985 197.525 401.912 C
  3229. °¿2195.482 409.214 194.853 417.361 193.506 425.072 C
  3230. °¿2192.745 425.588 191.943 425.543 191.761 426.577 C
  3231. °¿192.143 427.393 L
  3232. °¿199.805 428.556 L
  3233. °¿f
  3234. °¿208.284 429.336 m
  3235. °¿0208.43 427.538 206.607 426.224 207.019 424.34 C
  3236. °¿207.304 424.13 L
  3237. °¿207.094 423.845 L
  3238. °¿207.379 423.636 L
  3239. °¿2207.104 423.442 207.203 423.129 207.244 422.857 C
  3240. °¿207.529 422.647 L
  3241. °¿1207.254 422.454 207.353 422.14 207.394 421.868 C
  3242. °¿207.679 421.658 L
  3243. °¿207.469 421.374 L
  3244. °¿0207.788 421.27 207.787 420.942 207.828 420.67 C
  3245. °¿207.619 420.385 L
  3246. °¿207.903 420.175 L
  3247. °¿207.694 419.891 L
  3248. °¿207.978 419.681 L
  3249. °¿207.769 419.396 L
  3250. °¿208.053 419.187 L
  3251. °¿207.844 418.902 L
  3252. °¿2208.798 418.111 207.549 417.011 208.503 416.221 C
  3253. °¿208.294 415.936 L
  3254. °¿1209.346 410.33 211.692 403.201 206.491 399.479 C
  3255. °¿1205.673 402.036 209.389 403.712 208.73 406.393 C
  3256. °¿1208.16 407.647 209.122 408.805 208.205 409.854 C
  3257. °¿2208.908 410.719 207.411 411.251 208.114 412.116 C
  3258. °¿207.83 412.326 L
  3259. °¿208.039 412.61 L
  3260. °¿0207.72 412.714 207.721 413.042 207.68 413.314 C
  3261. °¿207.89 413.599 L
  3262. °¿207.605 413.809 L
  3263. °¿207.815 414.093 L
  3264. °¿2207.495 414.197 207.496 414.525 207.455 414.797 C
  3265. °¿207.665 415.082 L
  3266. °¿207.38 415.292 L
  3267. °¿207.59 415.576 L
  3268. °¿1207.542 416.226 206.805 416.747 207.29 417.554 C
  3269. °¿1206.619 419.475 206.244 421.947 206.315 423.98 C
  3270. °¿0206.166 424.463 205.25 424.83 205.843 425.426 C
  3271. °¿0205.726 427.026 202.152 427.42 203.76 429.156 C
  3272. °¿2205.269 429.207 207.181 430.104 208.284 429.336 C
  3273. °¿f
  3274. °¿217.849 431.293 m
  3275. °¿1221.344 424.92 224.354 418.246 228.338 412.149 C
  3276. °¿2227.931 411.834 228.289 411.307 228.279 410.876 C
  3277. °¿228.563 410.666 L
  3278. °¿228.353 410.381 L
  3279. °¿0228.518 409.799 228.456 408.374 229.013 407.7 C
  3280. °¿228.803 407.415 L
  3281. °¿2228.838 406.687 229.289 405.213 229.253 404.449 C
  3282. °¿229.538 404.24 L
  3283. °¿229.328 403.955 L
  3284. °¿1229.474 403.825 229.691 403.732 229.65 403.498 C
  3285. °¿2229.068 403.334 227.643 403.396 226.969 402.838 C
  3286. °¿225.905 403.183 L
  3287. °¿2221.526 411.217 217.217 419.287 212.651 427.217 C
  3288. °¿2211.638 428.227 209.936 428.449 210.681 430.205 C
  3289. °¿217.849 431.293 L
  3290. °¿f
  3291. °¿226.747 432.642 m
  3292. °¿2227.193 432.204 227.343 431.215 227.047 430.665 C
  3293. °¿1226.869 430.006 225.549 429.704 225.826 428.71 C
  3294. °¿/226.07 424.6 226.753 420.101 227.738 416.104 C
  3295. °¿2224.177 419.913 226.844 427.499 222.238 430.694 C
  3296. °¿2221.819 432.957 225.254 431.986 226.747 432.642 C
  3297. °¿f
  3298. °¿236.387 434.104 m
  3299. °¿2237.427 432.745 236.268 431.052 237.309 429.693 C
  3300. °¿2236.928 429.205 237.312 428.505 237.324 427.925 C
  3301. °¿237.609 427.715 L
  3302. °¿237.399 427.431 L
  3303. °¿237.684 427.221 L
  3304. °¿237.474 426.936 L
  3305. °¿237.759 426.727 L
  3306. °¿237.549 426.442 L
  3307. °¿237.834 426.232 L
  3308. °¿237.624 425.948 L
  3309. °¿237.909 425.738 L
  3310. °¿237.699 425.453 L
  3311. °¿1238.018 425.35 238.017 425.021 238.059 424.749 C
  3312. °¿237.849 424.465 L
  3313. °¿238.134 424.255 L
  3314. °¿2237.404 423.563 238.878 423.179 238.149 422.487 C
  3315. °¿238.434 422.278 L
  3316. °¿238.224 421.993 L
  3317. °¿238.508 421.783 L
  3318. °¿0238.09 421.543 238.437 421.09 238.411 420.757 C
  3319. °¿238.696 420.547 L
  3320. °¿2238.305 419.957 239.301 419.223 238.749 418.532 C
  3321. °¿1239.12 417.754 239.247 416.914 239.124 416.061 C
  3322. °¿1239.834 413.21 240.181 410.759 240.645 407.694 C
  3323. °¿1241.391 406.948 243.008 406.788 242.256 405.41 C
  3324. °¿0241.7 404.744 240.543 405.201 240.069 404.825 C
  3325. °¿239.785 405.035 L
  3326. °¿2239.655 404.889 239.561 404.673 239.328 404.713 C
  3327. °¿239.043 404.923 L
  3328. °¿1238.061 404.394 236.791 404.935 235.62 404.151 C
  3329. °¿1235.087 404.828 234.341 403.249 234.062 404.42 C
  3330. °¿1233.443 405.666 234.502 405.852 234.96 406.832 C
  3331. °¿0233.938 413.074 233.141 420.16 231.864 425.58 C
  3332. °¿1232.138 425.773 232.04 426.087 231.999 426.359 C
  3333. °¿231.714 426.568 L
  3334. °¿1232.121 426.883 231.763 427.41 231.774 427.842 C
  3335. °¿231.489 428.051 L
  3336. °¿231.699 428.336 L
  3337. °¿2230.819 428.633 232.144 429.238 231.264 429.534 C
  3338. °¿2232.044 431.397 228.681 431.064 229.713 433.092 C
  3339. °¿236.387 434.104 L
  3340. °¿f
  3341. °¿245.031 432.128 m
  3342. °¿2246.694 429.498 247.062 425.407 245.714 422.623 C
  3343. °¿1245.266 421.24 243.552 421.208 243.617 419.777 C
  3344. °¿2245.061 419.262 247.018 419.028 247.775 417.373 C
  3345. °¿249.072 410.49 L
  3346. °¿249.641 410.07 L
  3347. °¿2250.087 410.466 250.227 411.373 250.974 411.284 C
  3348. °¿2251.543 409.701 250.953 408.423 250.338 407.142 C
  3349. °¿1249.528 405.982 248.209 405.175 246.78 405.591 C
  3350. °¿1242.461 407.894 243.799 413.078 242.224 417.29 C
  3351. °¿0240.8 418.009 240.652 418.821 240.501 420.315 C
  3352. °¿2241.009 420.468 241.216 421.106 241.587 421.492 C
  3353. °¿1241.112 424.959 241.559 429.68 238.949 432.217 C
  3354. °¿1238.448 432.52 238.506 433.971 238.364 434.404 C
  3355. °¿2240.882 434.811 243.628 434.545 245.031 432.128 C
  3356. °¿f
  3357. °¿217.471 405.444 m
  3358. °¿1217.589 403.995 219.91 403.866 219.726 402.246 C
  3359. °¿0218.299 401.65 216.322 401.35 214.783 401.496 C
  3360. °¿1214.036 402.748 215.784 403.392 215.853 404.44 C
  3361. °¿2215.867 409.853 214.672 415.892 213.551 421.285 C
  3362. °¿2213.498 421.631 213.352 422.595 213.251 423.262 C
  3363. °¿1216.394 418.378 215.717 411.17 217.471 405.444 C
  3364. °¿f
  3365. °¿198.629 384.632 m
  3366. °¿1199.678 377.712 200.773 370.494 201.778 363.87 C
  3367. °¿202.063 363.66 L
  3368. °¿201.853 363.376 L
  3369. °¿202.138 363.166 L
  3370. °¿201.928 362.881 L
  3371. °¿202.213 362.672 L
  3372. °¿2201.483 361.979 202.957 361.596 202.228 360.904 C
  3373. °¿1202.71 360.724 202.525 360.114 202.662 359.705 C
  3374. °¿0202.58 359.415 202.729 358.603 203.135 358.26 C
  3375. °¿1203.543 358.069 204.17 357.937 204.273 357.421 C
  3376. °¿204.423 356.433 L
  3377. °¿1201.92 355.598 199.012 355.435 196.304 354.948 C
  3378. °¿2196.344 355.182 196.128 355.275 195.982 355.405 C
  3379. °¿196.191 355.69 L
  3380. °¿2195.496 356.773 197.754 357.393 196.768 358.559 C
  3381. °¿1197.037 359.282 196.865 360.419 196.393 361.03 C
  3382. °¿196.603 361.315 L
  3383. °¿196.318 361.525 L
  3384. °¿2196.977 362.181 195.735 362.701 196.303 363.292 C
  3385. °¿1195.82 363.472 196.006 364.082 195.868 364.491 C
  3386. °¿196.078 364.775 L
  3387. °¿195.793 364.985 L
  3388. °¿196.003 365.27 L
  3389. °¿2195.684 365.373 195.684 365.702 195.643 365.974 C
  3390. °¿195.853 366.258 L
  3391. °¿195.568 366.468 L
  3392. °¿195.778 366.753 L
  3393. °¿2195.295 366.932 195.481 367.542 195.343 367.951 C
  3394. °¿195.553 368.236 L
  3395. °¿193.319 381.298 L
  3396. °¿1192.277 381.495 191.451 382.608 191.955 383.62 C
  3397. °¿198.629 384.632 L
  3398. °¿f
  3399. °¿206.494 382.791 m
  3400. °¿0206.917 381.667 208.078 380.68 207.76 379.443 C
  3401. °¿1209.159 377.557 208.513 374.981 208.772 372.77 C
  3402. °¿2208.535 371.166 207.483 369.767 206.406 368.365 C
  3403. °¿2205.271 368.016 204.361 367.347 203.021 367.346 C
  3404. °¿2202.611 368.548 202.906 369.604 203.807 370.499 C
  3405. °¿1203.765 373.274 203.278 376.488 202.495 379.15 C
  3406. °¿1202.769 379.344 202.67 379.657 202.629 379.929 C
  3407. °¿202.345 380.139 L
  3408. °¿1202.623 381.471 201.26 382.453 200.337 383.374 C
  3409. °¿2200.588 383.716 200.046 384.291 200.112 384.857 C
  3410. °¿2202.506 385.246 204.934 384.906 206.494 382.791 C
  3411. °¿f
  3412. °¿221.141 361.244 m
  3413. °¿2221.683 360.669 223.797 359.902 222.542 358.675 C
  3414. °¿2222.301 359.094 221.848 358.747 221.516 358.772 C
  3415. °¿221.306 358.488 L
  3416. °¿2220.194 359.153 219.415 357.619 218.302 358.285 C
  3417. °¿2217.143 357.426 215.951 358.282 214.595 357.722 C
  3418. °¿2214.238 358.073 214.201 358.649 214.123 359.168 C
  3419. °¿2214.553 359.663 215.415 359.819 215.418 360.629 C
  3420. °¿2214.936 360.809 215.121 361.418 214.984 361.827 C
  3421. °¿215.193 362.112 L
  3422. °¿2214.874 362.215 214.875 362.544 214.834 362.816 C
  3423. °¿215.043 363.101 L
  3424. °¿211.647 383.826 L
  3425. °¿2210.521 384.413 209.975 385.013 209.999 386.357 C
  3426. °¿216.919 387.407 L
  3427. °¿221.141 361.244 L
  3428. °¿f
  3429. °¿225.279 385.64 m
  3430. °¿2225.707 385.149 225.788 384.453 226.283 384.023 C
  3431. °¿2225.901 383.206 226.612 382.353 226.905 381.588 C
  3432. °¿2226.181 380.695 227.788 380.104 226.748 379.289 C
  3433. °¿1227.024 378.471 226.869 377.158 226.456 376.21 C
  3434. °¿1225.746 375.395 224.44 374.337 223.865 373.289 C
  3435. °¿2225.714 372.937 227.505 372.298 228.345 370.428 C
  3436. °¿0229.215 368.36 229.019 365.65 229.889 363.582 C
  3437. °¿2230.945 363.287 230.665 365.799 231.544 364.339 C
  3438. °¿1232.031 362.466 230.818 360.79 229.747 359.515 C
  3439. °¿2228.331 359.351 227.476 358.817 226.212 359.485 C
  3440. °¿.222.5 362.285 225.046 368.84 221.334 371.64 C
  3441. °¿2221.293 371.912 221.293 372.241 220.974 372.345 C
  3442. °¿221.184 372.629 L
  3443. °¿2220.477 373.457 221.879 374.378 222.045 375.288 C
  3444. °¿1221.771 375.929 222.406 377.24 221.632 378.007 C
  3445. °¿2221.906 378.201 221.808 378.514 221.767 378.786 C
  3446. °¿221.482 378.996 L
  3447. °¿221.692 379.281 L
  3448. °¿221.407 379.49 L
  3449. °¿221.617 379.775 L
  3450. °¿1221.135 379.955 221.32 380.564 221.182 380.973 C
  3451. °¿221.392 381.258 L
  3452. °¿221.108 381.468 L
  3453. °¿221.317 381.752 L
  3454. °¿2220.998 381.856 220.999 382.184 220.958 382.456 C
  3455. °¿1221.017 383.73 220.079 385.079 218.912 385.939 C
  3456. °¿218.65 387.669 L
  3457. °¿0221.309 387.972 223.48 387.997 225.279 385.64 C
  3458. °¿f
  3459. °¿240.585 361.412 m
  3460. °¿2238.756 361.134 236.309 360.763 234.159 360.437 C
  3461. °¿0233.496 360.64 233.547 361.305 233.44 361.845 C
  3462. °¿234.488 363.268 L
  3463. °¿230.642 386.96 L
  3464. °¿229.256 387.761 L
  3465. °¿229.466 388.046 L
  3466. °¿2228.923 388.292 229.211 388.892 229.278 389.281 C
  3467. °¿236.199 390.331 L
  3468. °¿240.585 361.412 L
  3469. °¿f
  3470. °¿244.147 382.939 m
  3471. °¿243.406 382.827 L
  3472. °¿1242.43 385.258 241.116 388.422 237.982 388.579 C
  3473. °¿237.682 390.556 L
  3474. °¿242.873 391.343 L
  3475. °¿244.147 382.939 L
  3476. °¿f
  3477. °¿241.428 382.527 m
  3478. °¿0242.323 379.628 242.599 375.979 243.1 373.172 C
  3479. °¿243.385 372.962 L
  3480. °¿243.175 372.678 L
  3481. °¿243.46 372.468 L
  3482. °¿243.25 372.183 L
  3483. °¿243.535 371.974 L
  3484. °¿/243.261 371.78 243.359 371.466 243.4 371.195 C
  3485. °¿2242.246 370.969 242.311 372.875 241.752 373.726 C
  3486. °¿2241.105 374.993 239.296 375.579 239.669 377.456 C
  3487. °¿2241.462 378.638 240.422 381.161 241.428 382.527 C
  3488. °¿f
  3489. °¿245.947 371.075 m
  3490. °¿2246.842 368.177 246.922 365.812 247.469 362.709 C
  3491. °¿242.316 361.674 L
  3492. °¿2242.274 361.946 242.275 362.275 241.956 362.378 C
  3493. °¿242.166 362.663 L
  3494. °¿241.881 362.873 L
  3495. °¿1241.642 363.949 242.804 363.62 243.177 364.333 C
  3496. °¿.245.083 366.266 244.914 368.719 245.453 371 C
  3497. °¿245.947 371.075 L
  3498. °¿f
  3499. °¿255.588 436.713 m
  3500. °¿/255.615 436.035 256.01 435.26 255.64 434.698 C
  3501. °¿1256.358 434.302 255.326 433.437 256.15 433.006 C
  3502. °¿255.94 432.721 L
  3503. °¿256.225 432.511 L
  3504. °¿256.015 432.227 L
  3505. °¿256.3 432.017 L
  3506. °¿256.09 431.732 L
  3507. °¿/256.992 431.288 255.698 430.484 256.6 430.04 C
  3508. °¿259.727 407.757 L
  3509. °¿253.053 406.744 L
  3510. °¿2252.619 407.108 252.484 407.998 252.791 408.474 C
  3511. °¿2254.435 410.469 252.583 412.843 253.014 415.336 C
  3512. °¿1252.532 415.515 252.718 416.125 252.58 416.534 C
  3513. °¿0252.586 416.99 252.135 418.135 252.49 418.796 C
  3514. °¿.252.17 418.899 252.171 419.228 252.13 419.5 C
  3515. °¿252.34 419.785 L
  3516. °¿252.055 419.994 L
  3517. °¿252.265 420.279 L
  3518. °¿1251.782 420.459 251.968 421.069 251.83 421.477 C
  3519. °¿252.04 421.762 L
  3520. °¿0251.138 422.207 252.432 423.01 251.53 423.455 C
  3521. °¿2251.218 424.014 252.044 424.569 251.305 424.938 C
  3522. °¿251.515 425.223 L
  3523. °¿1250.538 426.162 251.757 427.459 250.78 428.398 C
  3524. °¿250.99 428.683 L
  3525. °¿1250.062 429.301 251.333 430.252 250.405 430.87 C
  3526. °¿250.615 431.155 L
  3527. °¿250.33 431.364 L
  3528. °¿250.54 431.649 L
  3529. °¿2250.058 431.829 250.243 432.438 250.105 432.847 C
  3530. °¿250.315 433.132 L
  3531. °¿1249.37 433.697 247.985 434.321 248.667 435.664 C
  3532. °¿255.588 436.713 L
  3533. °¿f
  3534. °¿262.261 437.726 m
  3535. °¿2262.611 434.921 263.333 431.996 263.289 429.284 C
  3536. °¿2261.788 429.512 261.984 431.716 260.996 432.729 C
  3537. °¿1260.358 433.77 258.947 435.073 257.618 434.998 C
  3538. °¿257.071 436.938 L
  3539. °¿262.261 437.726 L
  3540. °¿f
  3541. °¿268.194 438.625 m
  3542. °¿2268.634 438.389 269.195 438.524 269.714 438.603 C
  3543. °¿269.924 438.888 L
  3544. °¿1270.912 439.038 271.605 439.143 272.89 439.338 C
  3545. °¿273.781 438.461 L
  3546. °¿2273.895 437.543 272.746 437.116 272.351 436.222 C
  3547. °¿276.325 410.021 L
  3548. °¿269.651 409.009 L
  3549. °¿2269.143 409.362 269.302 410.144 269.142 410.702 C
  3550. °¿2269.585 410.946 269.888 411.447 270.228 411.878 C
  3551. °¿266.591 435.854 L
  3552. °¿0265.55 436.05 264.724 437.163 265.227 438.175 C
  3553. °¿2266.243 438.481 267.448 438.209 268.194 438.625 C
  3554. °¿f
  3555. °¿319.89 446.214 m
  3556. °¿-319.699 443.808 317.48 441.6 319.21 439.03 C
  3557. °¿1321.316 436.316 325.226 435.872 327.39 433.444 C
  3558. °¿2329.965 429.637 330.742 424.015 328.958 419.774 C
  3559. °¿2327.949 418.256 326.844 416.875 325.168 416.418 C
  3560. °¿0322.985 418.641 327.988 419.83 326.246 422.65 C
  3561. °¿1325.464 426.805 320.278 426.651 318.125 429.51 C
  3562. °¿2314.871 432.961 314.235 438.984 315.779 443.314 C
  3563. °¿1316.582 444.852 318.267 446.246 319.89 446.214 C
  3564. °¿f
  3565. °¿325.538 447.323 m
  3566. °¿2326.931 447.307 326.306 445.594 326.692 444.717 C
  3567. °¿326.482 444.432 L
  3568. °¿2326.964 444.252 326.779 443.643 326.917 443.234 C
  3569. °¿326.707 442.949 L
  3570. °¿326.992 442.739 L
  3571. °¿1327.172 441.553 327.441 439.773 327.666 438.29 C
  3572. °¿1327.411 437.973 327.503 437.203 326.79 437.399 C
  3573. °¿1325.594 439.948 324.76 443.615 321.351 444.918 C
  3574. °¿321.089 446.648 L
  3575. °¿1322.75 447.532 325.376 443.556 325.538 447.323 C
  3576. °¿f
  3577. °¿287.016 441.227 m
  3578. °¿2287.665 436.951 288.362 432.354 288.966 428.374 C
  3579. °¿288.756 428.09 L
  3580. °¿2289.075 427.986 289.074 427.658 289.116 427.386 C
  3581. °¿288.906 427.101 L
  3582. °¿289.191 426.891 L
  3583. °¿288.981 426.607 L
  3584. °¿289.266 426.397 L
  3585. °¿289.056 426.112 L
  3586. °¿289.341 425.903 L
  3587. °¿2288.712 424.543 290.284 423.517 289.656 422.158 C
  3588. °¿289.94 421.948 L
  3589. °¿289.731 421.663 L
  3590. °¿2290.428 419.569 290.825 416.949 290.781 414.742 C
  3591. °¿291.065 414.533 L
  3592. °¿1290.791 414.339 290.889 414.026 290.93 413.754 C
  3593. °¿291.215 413.544 L
  3594. °¿2290.474 412.926 291.934 412.642 291.193 412.024 C
  3595. °¿1290.752 412.26 290.191 412.124 289.672 412.046 C
  3596. °¿289.463 411.761 L
  3597. °¿284.482 411.258 L
  3598. °¿2283.155 413.004 286.703 414.453 284.721 416.352 C
  3599. °¿1284.54 420.042 283.918 424.145 282.996 427.722 C
  3600. °¿283.206 428.006 L
  3601. °¿282.921 428.216 L
  3602. °¿2282.901 431.349 282.119 434.669 281.706 437.893 C
  3603. °¿2280.536 438.272 280.117 438.866 280.095 440.178 C
  3604. °¿287.016 441.227 L
  3605. °¿f
  3606. °¿294.965 433.836 m
  3607. °¿294.223 433.723 L
  3608. °¿1293.16 436.065 292.115 439.118 289.046 439.513 C
  3609. °¿288.499 441.452 L
  3610. °¿293.937 442.277 L
  3611. °¿294.965 433.836 L
  3612. °¿f
  3613. °¿307.075 444.017 m
  3614. °¿1307.821 439.933 310.005 436.37 310.357 432.378 C
  3615. °¿1311.07 430.513 312.196 428.257 312.605 425.891 C
  3616. °¿2312.181 425.524 313.218 425.023 312.793 424.656 C
  3617. °¿2314.133 422.153 313.666 418.896 316.255 416.836 C
  3618. °¿316.367 416.095 L
  3619. °¿2313.963 415.275 311.129 415.123 308.495 414.648 C
  3620. °¿1306.887 416.25 310.059 417.843 308.315 419.172 C
  3621. °¿1308.013 420.492 308.294 421.141 307.37 422.063 C
  3622. °¿303.872 421.785 L
  3623. °¿2304.394 422.345 303.223 423.735 304.599 423.666 C
  3624. °¿1305.03 423.655 305.557 424.013 305.872 423.606 C
  3625. °¿306.082 423.89 L
  3626. °¿306.366 423.681 L
  3627. °¿306.995 424.535 L
  3628. °¿2305.366 429.775 304.061 435.215 302.087 440.226 C
  3629. °¿/302.973 441.22 300.7 441.533 301.997 442.488 C
  3630. °¿0301.6 442.605 301.502 443.248 301.847 443.477 C
  3631. °¿307.075 444.017 L
  3632. °¿f
  3633. °¿330.347 447.294 m
  3634. °¿330.556 447.579 L
  3635. °¿336.526 448.231 L
  3636. °¿1337.786 439.421 339.273 431.453 340.14 422.735 C
  3637. °¿340.425 422.525 L
  3638. °¿340.215 422.241 L
  3639. °¿340.5 422.031 L
  3640. °¿1340.092 421.716 340.451 421.189 340.44 420.758 C
  3641. °¿340.725 420.548 L
  3642. °¿340.515 420.263 L
  3643. °¿2340.986 420.158 340.789 419.622 340.912 419.312 C
  3644. °¿333.991 418.262 L
  3645. °¿2333.635 418.613 333.598 419.189 333.519 419.708 C
  3646. °¿1335.041 420.343 334.21 421.987 334.515 423.146 C
  3647. °¿334.23 423.356 L
  3648. °¿331.216 444.897 L
  3649. °¿2330.347 445.625 329.642 445.771 329.395 446.897 C
  3650. °¿2329.605 447.182 329.964 447.817 330.347 447.294 C
  3651. °¿f
  3652. °¿344.474 440.84 m
  3653. °¿343.733 440.727 L
  3654. °¿2342.883 443.329 341.093 446.294 338.271 446.726 C
  3655. °¿338.009 448.456 L
  3656. °¿343.447 449.281 L
  3657. °¿344.474 440.84 L
  3658. °¿f
  3659. °¿352.839 450.706 m
  3660. °¿1352.979 449.286 353.487 447.77 353.229 446.466 C
  3661. °¿353.514 446.257 L
  3662. °¿353.304 445.972 L
  3663. °¿353.589 445.762 L
  3664. °¿353.379 445.478 L
  3665. °¿353.664 445.268 L
  3666. °¿353.454 444.983 L
  3667. °¿353.739 444.774 L
  3668. °¿353.529 444.489 L
  3669. °¿353.814 444.279 L
  3670. °¿353.604 443.994 L
  3671. °¿353.889 443.785 L
  3672. °¿353.679 443.5 L
  3673. °¿353.964 443.29 L
  3674. °¿2353.235 442.598 354.709 442.215 353.979 441.523 C
  3675. °¿2354.462 441.343 354.276 440.733 354.414 440.324 C
  3676. °¿354.204 440.04 L
  3677. °¿354.489 439.83 L
  3678. °¿1354.081 439.515 354.44 438.988 354.429 438.557 C
  3679. °¿2354.593 437.975 354.531 436.549 355.089 435.875 C
  3680. °¿2355.345 431.186 356.318 426.605 357.016 421.502 C
  3681. °¿350.342 420.489 L
  3682. °¿2349.834 420.842 349.993 421.625 349.833 422.182 C
  3683. °¿1350.505 422.588 351.075 423.66 350.978 424.632 C
  3684. °¿1349.809 429.84 349.082 434.635 348.654 439.956 C
  3685. °¿0348.335 440.06 348.336 440.389 348.294 440.66 C
  3686. °¿348.504 440.945 L
  3687. °¿348.219 441.155 L
  3688. °¿348.429 441.439 L
  3689. °¿1348.11 441.543 348.111 441.872 348.069 442.144 C
  3690. °¿348.279 442.428 L
  3691. °¿347.994 442.638 L
  3692. °¿348.204 442.923 L
  3693. °¿1347.302 443.367 348.596 444.17 347.694 444.615 C
  3694. °¿347.904 444.9 L
  3695. °¿347.619 445.11 L
  3696. °¿2347.894 445.303 347.795 445.617 347.754 445.889 C
  3697. °¿347.469 446.098 L
  3698. °¿347.679 446.383 L
  3699. °¿347.394 446.593 L
  3700. °¿347.604 446.877 L
  3701. °¿2341.371 450.964 350.946 449.685 352.839 450.706 C
  3702. °¿f
  3703. °¿360.682 447.344 m
  3704. °¿2364.208 440.268 366.798 430.192 361.562 423.203 C
  3705. °¿2360.609 422.654 359.632 421.595 358.462 421.974 C
  3706. °¿0358.42 422.246 358.322 422.56 358.596 422.753 C
  3707. °¿358.312 422.963 L
  3708. °¿2358.055 423.986 359.264 424.017 359.532 424.918 C
  3709. °¿2359.257 432.234 357.778 440.152 356.368 447.448 C
  3710. °¿2355.768 448.899 353.947 448.901 354.322 450.931 C
  3711. °¿2357.028 451.265 359.183 449.392 360.682 447.344 C
  3712. °¿f
  3713. °¿302.47 432.698 m
  3714. °¿2302.795 431.888 302.449 430.672 302.426 429.657 c
  3715. °¿1302.68 425.145 301.477 420.411 303.214 416.123 C
  3716. °¿2303.908 416.051 304.363 415.715 304.638 415.074 C
  3717. °¿1304.219 414.834 304.566 414.381 304.54 414.048 C
  3718. °¿1302.847 414.044 300.655 412.826 299.484 414.04 C
  3719. °¿2299.439 415.171 300.808 415.985 301.049 417.059 C
  3720. °¿1301.29 423.973 301.641 430.828 301.436 437.852 C
  3721. °¿0301.738 436.355 302.875 434.53 302.47 432.698 C
  3722. °¿f
  3723. °¿260.817 428.909 m
  3724. °¿1261.75 425.258 262.388 421.056 262.579 417.292 C
  3725. °¿2261.346 417.586 261.464 419.146 260.893 420.071 C
  3726. °¿2259.917 421.339 258.993 421.932 259.058 423.838 C
  3727. °¿2260.591 425.234 259.892 427.176 260.323 428.834 C
  3728. °¿260.817 428.909 L
  3729. °¿f
  3730. °¿292.246 433.423 m
  3731. °¿1293.179 429.772 293.816 425.57 294.008 421.806 C
  3732. °¿293.513 421.731 L
  3733. °¿1293.633 425.112 288.45 426.273 291.535 429.776 C
  3734. °¿2291.779 431.001 291.148 432.827 292.246 433.423 C
  3735. °¿f
  3736. °¿343.69 429.342 m
  3737. °¿343.27 428.773 L
  3738. °¿1343.056 431.85 337.953 433.655 341.007 437.027 C
  3739. °¿2341.173 438.265 340.809 439.829 341.718 440.674 C
  3740. °¿343.69 429.342 L
  3741. °¿f
  3742. °¿317.909 425.937 m
  3743. °¿2318.689 422.794 319.872 419.661 322.891 418.096 C
  3744. °¿2323.381 417.867 323.263 416.812 323.438 416.156 C
  3745. °¿1321.715 415.515 319.04 418.978 318.742 415.443 C
  3746. °¿318.135 416.11 L
  3747. °¿1317.783 419.597 316.62 423.264 317.055 426.566 C
  3748. °¿317.909 425.937 L
  3749. °¿f
  3750. °¿281.762 419.19 m
  3751. °¿281.552 418.906 L
  3752. °¿281.837 418.696 L
  3753. °¿282.752 410.996 L
  3754. °¿278.055 410.284 L
  3755. °¿2277.087 412.665 280.461 413.759 280.197 416.171 C
  3756. °¿2280.236 417.745 280.087 419.391 280.758 420.808 C
  3757. °¿0281.406 420.704 281.773 419.95 281.762 419.19 C
  3758. °¿f
  3759. °¿266.648 408.806 m
  3760. °¿1266.052 408.235 264.739 408.39 264.214 408.184 C
  3761. °¿2263.557 408.843 263.038 407.601 262.446 408.169 C
  3762. °¿2262.127 407.438 261.604 408.218 261.172 408.229 C
  3763. °¿261.382 408.513 L
  3764. °¿261.098 408.723 L
  3765. °¿2261.516 408.963 261.169 409.417 261.195 409.749 C
  3766. °¿2263.284 410.648 263.916 413.146 264.437 415.045 c
  3767. °¿1264.232 415.899 264.035 417.361 265.373 417.21 C
  3768. °¿266.648 408.806 L
  3769. °¿f
  3770. °¿298.114 413.073 m
  3771. °¿292.923 412.286 L
  3772. °¿292.623 414.263 L
  3773. °¿/295.19 415.512 296.02 418.875 296.06 421.612 C
  3774. °¿296.802 421.724 L
  3775. °¿298.114 413.073 L
  3776. °¿f
  3777. °¿347.586 420.324 m
  3778. °¿1346.08 419.919 344.558 420.118 342.927 419.365 C
  3779. °¿1341.994 419.35 342.407 420.626 342.133 421.267 C
  3780. °¿0345.225 422.722 345.046 426.235 345.779 428.9 C
  3781. °¿346.274 428.975 L
  3782. °¿347.586 420.324 L
  3783. °¿f
  3784. °¿253.175 392.603 m
  3785. °¿1255.093 390.795 251.226 389.45 253.011 387.015 C
  3786. °¿2253.102 385.916 253.659 384.079 253.402 382.775 C
  3787. °¿1253.721 382.672 253.72 382.343 253.761 382.071 C
  3788. °¿253.552 381.787 L
  3789. °¿253.836 381.577 L
  3790. °¿253.627 381.292 L
  3791. °¿2254.109 381.113 253.923 380.503 254.061 380.094 C
  3792. °¿253.852 379.809 L
  3793. °¿254.136 379.6 L
  3794. °¿253.927 379.315 L
  3795. °¿254.211 379.105 L
  3796. °¿254.001 378.821 L
  3797. °¿2254.672 376.899 255.047 374.428 254.976 372.394 C
  3798. °¿255.261 372.184 L
  3799. °¿2255.351 371.591 255.583 370.059 255.673 369.466 C
  3800. °¿1255.648 369.133 255.995 368.68 255.576 368.439 C
  3801. °¿1255.756 367.253 256.026 365.473 256.251 363.99 C
  3802. °¿256.536 363.781 L
  3803. °¿1255.338 362.84 254.008 363.776 252.581 363.181 C
  3804. °¿248.232 391.853 L
  3805. °¿253.175 392.603 L
  3806. °¿f
  3807. °¿268.253 394.89 m
  3808. °¿2268.553 394.581 268.968 394.012 268.688 393.691 C
  3809. °¿268.972 393.482 L
  3810. °¿267.886 392.305 L
  3811. °¿271.238 368.539 L
  3812. °¿2272.139 367.766 272.989 367.667 272.849 366.255 C
  3813. °¿2270.445 365.435 267.611 365.283 264.977 364.808 C
  3814. °¿2264.531 365.246 264.381 366.235 264.677 366.785 C
  3815. °¿0265.389 366.59 265.298 367.36 265.553 367.677 C
  3816. °¿261.954 391.406 L
  3817. °¿/260.7 391.342 260.21 392.734 260.591 393.727 C
  3818. °¿268.253 394.89 L
  3819. °¿f
  3820. °¿271.751 395.167 m
  3821. °¿2272.838 395.332 274.544 395.591 275.953 395.805 c
  3822. °¿2276.362 395.942 276.971 395.757 277.151 396.239 C
  3823. °¿277.436 396.03 L
  3824. °¿2277.565 396.176 277.659 396.392 277.893 396.352 C
  3825. °¿1279.332 393.864 279.75 390.438 281.145 388.248 C
  3826. °¿280.935 387.963 L
  3827. °¿281.22 387.753 L
  3828. °¿2281.321 387.086 281.723 385.933 282.126 385.109 C
  3829. °¿2282.294 385.008 282.447 384.829 282.658 384.937 C
  3830. °¿1283.137 386.451 282.85 388.178 282.935 389.784 C
  3831. °¿0283.11 387.459 284.101 384.929 283.49 382.788 C
  3832. °¿0283.789 382.15 283.42 381.083 283.371 380.241 C
  3833. °¿2283.804 375.882 283.136 371.785 283.021 367.545 C
  3834. °¿282.773 367.507 L
  3835. °¿1279.186 375.99 276.664 385.115 272.545 393.265 C
  3836. °¿2271.852 393.337 271.396 393.672 271.122 394.313 C
  3837. °¿271.466 395.377 L
  3838. °¿271.751 395.167 L
  3839. °¿f
  3840. °¿290.536 398.017 m
  3841. °¿2290.674 397.608 290.488 396.998 290.971 396.818 C
  3842. °¿289.75 394.863 L
  3843. °¿293.274 371.629 L
  3844. °¿0294.41 371.144 295.125 370.266 294.675 369.06 C
  3845. °¿0292.352 368.707 290.65 368.424 288.458 368.37 C
  3846. °¿1288.355 368.051 288.026 368.051 287.754 368.01 C
  3847. °¿287.47 368.22 L
  3848. °¿1287.34 368.074 287.247 367.857 287.013 367.898 C
  3849. °¿2286.173 368.099 286.445 368.975 286.256 369.553 C
  3850. °¿2286.829 369.943 287.597 370.717 287.477 371.508 C
  3851. °¿283.615 396.967 L
  3852. °¿290.536 398.017 L
  3853. °¿f
  3854. °¿301.412 399.666 m
  3855. °¿1301.92 399.313 301.761 398.531 301.921 397.973 C
  3856. °¿/301.279 397.37 300.6 397.014 300.701 396.018 C
  3857. °¿300.985 395.809 L
  3858. °¿1300.979 395.352 301.43 394.207 301.076 393.547 C
  3859. °¿301.36 393.337 L
  3860. °¿301.151 393.052 L
  3861. °¿2301.274 391.908 302.085 390.893 301.675 389.592 C
  3862. °¿2302.184 389.239 302.025 388.456 302.185 387.899 C
  3863. °¿301.975 387.614 L
  3864. °¿302.26 387.405 L
  3865. °¿302.05 387.12 L
  3866. °¿302.335 386.91 L
  3867. °¿302.125 386.626 L
  3868. °¿302.41 386.416 L
  3869. °¿2302.136 386.223 302.234 385.909 302.275 385.637 C
  3870. °¿302.56 385.427 L
  3871. °¿302.35 385.143 L
  3872. °¿1302.669 385.039 302.669 384.711 302.71 384.439 C
  3873. °¿302.5 384.154 L
  3874. °¿2302.983 383.974 302.797 383.365 302.935 382.956 C
  3875. °¿302.725 382.671 L
  3876. °¿2303.044 382.568 303.044 382.239 303.085 381.967 C
  3877. °¿302.875 381.682 L
  3878. °¿303.16 381.473 L
  3879. °¿302.95 381.188 L
  3880. °¿1303.432 381.008 303.247 380.398 303.385 379.99 C
  3881. °¿303.175 379.705 L
  3882. °¿2303.494 379.602 303.493 379.273 303.535 379.001 C
  3883. °¿1303.528 378.545 303.98 377.399 303.625 376.739 C
  3884. °¿303.91 376.529 L
  3885. °¿2303.738 375.163 303.865 374.322 304.434 373.069 C
  3886. °¿2304.865 372.401 305.972 372.771 305.895 371.773 C
  3887. °¿305.686 371.488 L
  3888. °¿305.97 371.279 L
  3889. °¿305.761 370.994 L
  3890. °¿1303.653 370.219 300.67 370.045 298.136 369.585 C
  3891. °¿2297.473 369.788 297.524 370.453 297.416 370.993 C
  3892. °¿1298.847 371.564 298.158 373.103 298.45 374.184 C
  3893. °¿.297.4 378.601 296.557 384.163 296.2 389.014 C
  3894. °¿2295.718 389.194 295.903 389.804 295.765 390.213 C
  3895. °¿295.975 390.497 L
  3896. °¿295.691 390.707 L
  3897. °¿295.9 390.992 L
  3898. °¿295.616 391.201 L
  3899. °¿295.825 391.486 L
  3900. °¿1294.683 393.184 295.94 396.561 293.442 397.193 C
  3901. °¿2292.603 399.392 295.617 398.357 296.715 398.954 C
  3902. °¿297 398.744 L
  3903. °¿301.412 399.666 L
  3904. °¿f
  3905. °¿311.583 400.956 m
  3906. °¿2315.185 391.717 323.169 385.089 323.063 373.618 C
  3907. °¿323.347 373.409 L
  3908. °¿2323.168 372.926 322.558 373.112 322.149 372.974 C
  3909. °¿2321.704 372.907 320.666 372.749 319.924 372.637 C
  3910. °¿0315.399 380.8 310.874 388.964 306.348 397.128 C
  3911. °¿2305.653 398.211 303.719 397.791 304.206 399.584 C
  3912. °¿304.872 400.191 L
  3913. °¿2307.016 400.061 309.347 400.693 311.583 400.956 C
  3914. °¿f
  3915. °¿321.051 401.886 m
  3916. °¿0321.301 400.736 320.4 399.841 319.733 398.905 C
  3917. °¿2319.145 396.616 320.015 394.877 320.213 392.404 C
  3918. °¿1320.43 391.476 320.413 389.754 321.023 388.733 C
  3919. °¿2321.128 388.041 321.323 386.756 321.473 385.767 C
  3920. °¿2317.911 389.576 320.579 397.162 315.973 400.358 C
  3921. °¿/315.82 400.865 315.88 401.304 316.28 401.668 C
  3922. °¿1317.863 401.732 319.652 402.61 321.051 401.886 C
  3923. °¿f
  3924. °¿331.11 403.918 m
  3925. °¿2331.697 403.881 332.734 404.215 333.582 404.293 C
  3926. °¿341.548 378.445 L
  3927. °¿1342.32 377.854 343.577 377.236 342.912 376.123 C
  3928. °¿2340.588 375.771 337.647 375.325 335.002 374.924 C
  3929. °¿0334.395 375.59 334.881 376.22 334.949 376.939 C
  3930. °¿2336.338 378.287 334.624 380.252 334.447 381.919 C
  3931. °¿0333.76 382.447 332.981 382.582 332.11 382.324 C
  3932. °¿2331.858 381.982 331.148 382.329 330.627 382.099 C
  3933. °¿330.611 383.866 L
  3934. °¿0331.681 384.484 332.879 383.25 333.54 384.563 C
  3935. °¿2332.063 390.964 329.588 397.113 328.181 403.221 C
  3936. °¿1329.046 404.186 330.245 402.952 331.11 403.918 C
  3937. °¿f
  3938. °¿347.955 406.22 m
  3939. °¿0348.438 405.535 347.39 404.946 348.218 404.49 C
  3940. °¿2347.944 404.297 348.042 403.983 348.083 403.711 C
  3941. °¿348.368 403.501 L
  3942. °¿2347.638 402.809 349.112 402.426 348.383 401.733 C
  3943. °¿348.668 401.524 L
  3944. °¿348.458 401.239 L
  3945. °¿348.743 401.029 L
  3946. °¿348.533 400.745 L
  3947. °¿2348.852 400.641 348.851 400.313 348.892 400.041 C
  3948. °¿348.683 399.756 L
  3949. °¿348.967 399.546 L
  3950. °¿348.758 399.262 L
  3951. °¿349.042 399.052 L
  3952. °¿2348.768 398.859 348.867 398.545 348.908 398.273 C
  3953. °¿349.192 398.063 L
  3954. °¿348.983 397.779 L
  3955. °¿2349.147 397.197 349.085 395.771 349.642 395.097 C
  3956. °¿349.433 394.813 L
  3957. °¿349.717 394.603 L
  3958. °¿0349.973 390.419 350.67 385.822 351.667 381.75 C
  3959. °¿0351.36 381.274 351.495 380.384 351.929 380.02 C
  3960. °¿0352.875 379.455 353.89 378.598 353.33 377.451 C
  3961. °¿0350.81 377.397 347.696 376.09 345.099 376.708 C
  3962. °¿/344.62 377.697 345.234 378.65 345.997 379.12 C
  3963. °¿342.113 403.058 L
  3964. °¿2341.705 403.249 341.078 403.382 340.975 403.897 C
  3965. °¿341.034 405.17 L
  3966. °¿347.955 406.22 L
  3967. °¿f
  3968. °¿356.352 404.207 m
  3969. °¿2358.078 401.662 358.137 397.776 357.245 394.986 C
  3970. °¿2356.581 393.697 355.325 392.975 354.654 392.065 C
  3971. °¿1356.382 391.34 358.054 391.316 359.096 389.451 C
  3972. °¿2359.744 387.678 360.089 385.404 359.996 383.519 C
  3973. °¿2360.543 383.248 360.203 381.983 361.172 382.433 C
  3974. °¿2361.452 382.754 361.445 383.132 361.516 383.497 C
  3975. °¿1361.956 383.766 362.497 383.367 362.37 382.868 C
  3976. °¿0362.29 381.06 361.906 378.928 360.079 377.969 C
  3977. °¿0358.607 377.341 357.278 378.1 356.394 378.927 C
  3978. °¿0353.589 381.915 355.59 388.06 352.122 390.416 C
  3979. °¿2351.823 391.888 351.724 392.707 352.871 393.817 C
  3980. °¿2352.308 397.196 353.065 402.039 350.023 404.258 C
  3981. °¿349.685 406.483 L
  3982. °¿1352.203 406.89 354.949 406.623 356.352 404.207 C
  3983. °¿f
  3984. °¿362.576 408.185 m
  3985. °¿1362.679 408.504 363.008 408.503 363.28 408.545 C
  3986. °¿363.565 408.335 L
  3987. °¿2364.009 409.237 364.813 407.943 365.257 408.844 C
  3988. °¿1366.151 408.12 366.742 409.727 367.557 408.688 C
  3989. °¿2367.561 406.994 366.426 405.305 367.565 403.632 c
  3990. °¿2369.587 399.968 370.942 395.875 372.615 392.007 C
  3991. °¿372.406 391.723 L
  3992. °¿372.69 391.513 L
  3993. °¿372.481 391.228 L
  3994. °¿372.765 391.019 L
  3995. °¿372.556 390.734 L
  3996. °¿372.84 390.524 L
  3997. °¿372.631 390.24 L
  3998. °¿0372.95 390.136 372.949 389.808 372.99 389.536 C
  3999. °¿372.781 389.251 L
  4000. °¿373.065 389.041 L
  4001. °¿2372.791 388.848 372.889 388.534 372.931 388.262 C
  4002. °¿373.215 388.053 L
  4003. °¿373.006 387.768 L
  4004. °¿373.29 387.558 L
  4005. °¿2372.883 387.244 373.241 386.716 373.231 386.285 C
  4006. °¿373.515 386.075 L
  4007. °¿373.306 385.791 L
  4008. °¿1374.234 385.173 372.962 384.221 373.89 383.604 C
  4009. °¿2373.433 383.281 374.069 382.923 374.287 382.652 C
  4010. °¿2374.734 382.872 375.013 382.535 375.351 382.308 C
  4011. °¿1375.756 381.307 375.309 380.582 374.378 380.39 C
  4012. °¿1372.16 380.509 369.729 379.862 367.419 379.588 C
  4013. °¿1366.922 379.866 367.096 380.55 366.947 381.033 C
  4014. °¿367.996 382.457 L
  4015. °¿1368.154 391.912 363.125 398.23 360.157 405.795 C
  4016. °¿2359.509 405.899 359.142 406.653 359.153 407.413 C
  4017. °¿2359.873 408.837 361.367 407.319 362.291 408.395 C
  4018. °¿362.576 408.185 L
  4019. °¿f
  4020. °¿282.86 390.278 m
  4021. °¿282.71 391.267 L
  4022. °¿282.957 391.304 L
  4023. °¿282.86 390.278 L
  4024. °¿f
  4025. °¿328.881 383.604 m
  4026. °¿2328.922 383.332 329.102 382.146 329.144 381.874 C
  4027. °¿1329.11 380.427 329.073 379.006 329.039 377.559 C
  4028. °¿2329.226 375.995 331.812 376.614 331.257 374.608 C
  4029. °¿2329.705 374.171 327.249 373.191 325.991 374.315 C
  4030. °¿2325.946 375.447 327.315 376.261 327.556 377.334 C
  4031. °¿2327.606 378.176 327.975 379.244 327.676 379.881 C
  4032. °¿2328.067 381.635 327.787 384.146 327.974 386.248 C
  4033. °¿1327.866 386.459 328.045 386.613 328.147 386.78 C
  4034. °¿1328.105 387.052 327.925 388.238 327.884 388.51 C
  4035. °¿2327.933 389.352 328.302 390.419 328.004 391.057 C
  4036. °¿2328.111 392.514 328.247 393.951 328.355 395.408 C
  4037. °¿0328.276 395.928 328.104 397.065 327.98 397.88 C
  4038. °¿2330.385 393.694 328.826 388.299 328.881 383.604 C
  4039. °¿f
  4040. °¿308.896 388.664 m
  4041. °¿2310.362 383.501 309.025 376.648 313.273 373.145 C
  4042. °¿313.423 372.156 L
  4043. °¿1311.886 371.62 309.752 371.018 308.195 371.616 C
  4044. °¿1308.487 373.355 309.886 374.806 309.707 376.65 C
  4045. °¿0309.086 380.247 308.93 383.106 307.96 386.499 C
  4046. °¿0308.368 386.814 308.01 387.341 308.02 387.773 C
  4047. °¿1307.83 388.528 307.869 390.101 307.285 390.948 C
  4048. °¿2307.159 391.283 307.258 392.461 306.738 392.888 C
  4049. °¿2307.515 391.767 308.434 390.212 308.896 388.664 C
  4050. °¿f
  4051. °¿278.938 369.454 m
  4052. °¿280.361 368.406 L
  4053. °¿280.152 368.121 L
  4054. °¿2280.298 367.992 280.514 367.898 280.474 367.664 C
  4055. °¿2279.153 366.705 276.829 366.353 275.283 366.877 C
  4056. °¿2275.922 368.668 276.741 370.436 276.721 372.405 C
  4057. °¿2276.024 374.499 275.626 377.119 275.671 379.326 C
  4058. °¿275.386 379.536 L
  4059. °¿275.596 379.82 L
  4060. °¿274.202 385.677 L
  4061. °¿2277.139 381.319 276.664 374.445 278.938 369.454 C
  4062. °¿f
  4063. °¿261.253 374.358 m
  4064. °¿.262.174 371.286 262.427 367.784 263 364.508 C
  4065. °¿2261.355 365.017 259.846 363.625 258.266 364.043 C
  4066. °¿2257.298 366.425 260.672 367.518 260.407 369.931 C
  4067. °¿260.758 374.283 L
  4068. °¿261.253 374.358 L
  4069. °¿f
  4070. °¿U
  4071. °¿375.887 409.534 m
  4072. °¿2376.511 408.086 374.612 407.267 374.397 406.021 C
  4073. °¿1373.576 402.761 373.994 399.006 373.14 395.968 C
  4074. °¿2373.203 396.888 372.594 397.403 372.308 398.118 C
  4075. °¿372.518 398.403 L
  4076. °¿2372.083 399.601 372.681 401.158 372.907 402.507 C
  4077. °¿2372.678 403.181 373.257 404.533 372.741 405.264 C
  4078. °¿2373.208 406.523 371.382 407.055 370.809 408.005 C
  4079. °¿371.018 408.29 L
  4080. °¿2370.621 408.406 370.524 409.049 370.868 409.278 C
  4081. °¿2372.551 409.356 374.413 410.246 375.887 409.534 C
  4082. °¿f
  4083. °¿U
  4084. °¿
  4085. %%Trailer
  4086. °¿)Adobe_Illustrator881 /terminate get exec
  4087. °¿&Adobe_customcolor /terminate get exec
  4088. °¿ Adobe_cshow /terminate get exec
  4089. °¿$Adobe_cmykcolor /terminate get exec
  4090. °¿
  4091. °¿%%EndDocument
  4092. °¿
  4093. †ø|◊#ˇ ˇˇˇˇ#◊ 
  4094. _, New York
  4095. .°dONLNd_o(ä/ ˇ
  4096. ◊#ˇ ˇˇˇˇ#◊ 
  4097. _, Palatino
  4098. .°dONLNdCúOÉ+∫k3Introduction to the Collaborative Information suite°dONLNdˇˇ)3°dONLNd7Q¨]ä(y /Overview of the Collaborative Information suite°dONLNdˇˇ(yŒ3°dONLNd,_¨kƒ(á =Typical client applications for the Collaborative Information°dONLNdjk»wfi+ suite°dONLNdˇˇ)44°dONLNd
  4099. `y¨Öj(° (Important Information About The CI Suite°dONLNdˇˇ)‡4°dONLNd;£á¨ìë(Ø 4Using object specifiers in place of other parameters°dONLNdˇˇ(ØŒ11°dONLNd>ñú¢„(æ∫Usage scenarios°dONLNdˇˇ)`12°dONLNdDN§¨∞)(àGetting cEntity Information°dONLNdˇˇ)ò12°dONLNdH/≤¨æC(⁄ !Getting a cAddress from a cEntity°dONLNdˇˇ)º13°dONLNdJ‘¿¨Ã†(Ë 7Getting different subclasses of cAddress from a cEntity°dONLNdˇˇ(ËŒ13°dONLNdM¢œú€≠(˜∫;Apple events defined in the Collaborative Information suite°dONLNdˇˇ+<
  4100. 14°dONLNdNÎú˜Æ(∫=Object classes defined in the Collaborative Information suite°dONLNdˇˇ+<
  4101. 15°dONLNdNƒúΩ(.∫Table 2°dONLNdˇˇ)<)Apple event object classes defined in the°dONLNdˇˇ*Collaborative Information suite°dONLNdˇˇ)¥15°dONLNdˇˇ(J i.cCatalogNode°dONLNdˇˇ)P24°dONLNdˇˇ(X  i.cCIRecord°dONLNdˇˇ)P27°dONLNdˇˇ(f  i.cAttribute°dONLNdˇˇ)P30°dONLNdˇˇ(t  i.cUserField°dONLNdˇˇ)P33°dONLNdˇˇ(Ç  cPhoneNumber°dONLNdˇˇ)P35°dONLNdˇˇ(ê 
  4102. i.cAddress°dONLNdˇˇ)P38°dONLNdˇˇ(û  cMailAddress°dONLNdˇˇ)P40°dONLNdˇˇ(¨ i.cPostalAddress°dONLNdˇˇ)t43°dONLNdˇˇ(∫ 
  4103. i.cFAXAddress°dONLNdˇˇ)P46°dONLNdˇˇ(» i.cPhoneAddress°dONLNdˇˇ)t48°dONLNdˇˇ(÷ i.cBeeperAddress°dONLNdˇˇ)t50°dONLNdˇˇ(‰     i.cEntity°dONLNdˇˇ)P53°dONLNdˇˇ(Ú     i.cPerson°dONLNdˇˇ)P57°dONLNdˇˇ(  i.cEquipment°dONLNdˇˇ)P62°dONLNdˇˇ(  i.cLocation°dONLNdˇˇ)P66°dONLNdˇˇ( i.cOrganization°dONLNdˇˇ)P70°dONLNdˇˇ(+∫?Descriptor types defined in the Collaborative Information suite°dONLNdˇˇ+<
  4104. 74°dONLNdˇˇ(F∫Table 4°dONLNdˇˇ)<-Descriptor types defined in the Collaborative°dONLNdˇˇ*Information suite°dONLNdˇˇ)l74°dONLNdˇˇ(b typePhoneNumber°dONLNdˇˇ)t75°dONLNdˇˇ(p i.typeAttribute°dONLNdˇˇ)P78°dONLNdˇˇ(~ 
  4105. i.typeAddress°dONLNdˇˇ)P79°dONLNdˇˇ(å i.typePostalAddress°dONLNdˇˇ)t80°dONLNdˇˇ(ö i.typePhoneAddress°dONLNdˇˇ)t81°dONLNdˇˇ(® typeMailAddress°dONLNdˇˇ)t81+”91ˇ"◊#ˇ ˇˇˇˇ#◊ 
  4106. _, Palatino
  4107. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(i≤ i.typeEntity°dONLNdˇˇ)P84°dONLNdˇˇ(w≤ i.typePerson°dONLNdˇˇ)P85°dONLNdˇˇ(Ö≤i.typeEquipment°dONLNdˇˇ)t86°dONLNdˇˇ(ì≤i.typeLocation°dONLNdˇˇ)P87°dONLNdˇˇ(¢¢8Constants defined in the Collaborative Information suite°dONLNdˇˇ(¢∂87°dONLNdˇˇ(∞¢Table 7°dONLNdˇˇ)<2Constants defined in the Collaborative Information°dONLNdˇˇ*suite°dONLNdˇˇ)$87(·N2)$/Apple Event Registry: Custom Third-Party Suitesˇ X◊#ˇ ˇˇˇˇ#◊ 
  4108. _, Palatino
  4109. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4110. °dONLNdˇˇ(of3Introduction to the Collaborative Information suite YdY
  4111. °dONLNdˇˇ*!SThe Collaborative Information suite defines Apple event constructs for applications°dONLNdˇˇ*Vwhich deal with contacts, resources, locations, and addresses.  It builds on the Table°dONLNdˇˇ*Mand Data Base suites, so familiarity with these suites is recommended.    The°dONLNdˇˇ*RCollaborative Information suite can be used alone for retrieving information about°dONLNdˇˇ*Wentities, or it can be used in conjunction with other suites (such as ones which define°dONLNdˇˇ*Rconstructs for time, events, projects, etc.) to perform complex functions relating°dONLNdˇˇ*)entities with other types of information.°dONLNdˇˇ*]This suite is also designed so that it can be used in conjunction with the Telephony and Mail°dONLNdˇˇ*VSuites to support the integration of  various applications in personal communications,°dONLNdˇˇ*+workflow and other collaborative solutions.
  4112. °dONLNdˇˇ*J/Overview of the Collaborative Information suite YdY
  4113. °dONLNdˇˇ*>The Collaborative Information suite defines object classes for,
  4114.  
  4115. Zapf Dingbats
  4116. °dONLNdˇˇ*n
  4117. °dONLNdˇˇ+Hrecords, which contain information for anything which has information to°dONLNdˇˇ*support collaboration.
  4118. °dONLNdˇˇ(∂fn
  4119. °dONLNdˇˇ+Qattributes, which contain the individual pieces of information found in a record.
  4120. °dONLNdˇˇ(»fn
  4121. °dONLNdˇˇ+Nentities, which are records that contain information for any person, place, or°dONLNdˇˇ*Lthing which has a primary address and can have its time or other information°dONLNdˇˇ*managed.
  4122. °dONLNdˇˇ(ˆfn
  4123. °dONLNdˇˇ+Paddresses, which are pieces of information describing various types and kinds of°dONLNdˇˇ*3means for communicating with or reaching an entity.°dONLNdˇˇ(fIThe Collaborative Information suite also defines AppleEvent protocols for
  4124. °dONLNdˇˇ*n
  4125. °dONLNdˇˇ+3identifying the structure of a particular CI server
  4126. °dONLNdˇˇ(>fn
  4127. °dONLNdˇˇ+finding entities and records
  4128. °dONLNdˇˇ(Pfn
  4129. °dONLNdˇˇ+@getting various addresses and attributes of entities and records°dONLNdˇˇ(gfHThe Collaborative Information suite also suggests general guidelines for
  4130. °dONLNdˇˇ*n
  4131. °dONLNdˇˇ+Address Coercions.
  4132. °dONLNdˇˇ(äfn
  4133. °dONLNdˇˇ+ Entity IDs.+ÒVThe Personal Information Suite)¨3ˇ    ~◊#ˇ ˇˇˇˇ#◊ 
  4134. _, Palatino
  4135. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4136. °dONLNdˇˇ(kNFApplications that should implement the Collaborative Information suite ^L^˙
  4137. °dONLNdˇˇ* PThe following types of applications should support the Collaborative Information°dONLNdˇˇ*suite:,
  4138.  
  4139. Zapf Dingbats
  4140. °dONLNdˇˇ*n
  4141. °dONLNdˇˇ+7applications that directly access AOCE catalog services
  4142. °dONLNdˇˇ(ºNn
  4143. °dONLNdˇˇ+,applications that manage contact information
  4144. °dONLNdˇˇ(ŒNn
  4145. °dONLNdˇˇ+Iapplications that manage resource information (equipment, locations, etc)
  4146. °dONLNdˇˇ(NCTypical client applications for the Collaborative Information suite ˆLˆ˙
  4147. °dONLNdˇˇ*QThe following types of applications are likely to be clients of applications that°dONLNdˇˇ*,support the Collaborative Information suite:
  4148. °dONLNdˇˇ*n
  4149. °dONLNdˇˇ+Lcalendar and scheduling applications which want to link to a contact manager
  4150. °dONLNdˇˇ(SNn
  4151. °dONLNdˇˇ+Hword processors which want to automate mail merging and simplify address°dONLNdˇˇ*    retrieval
  4152. °dONLNdˇˇ(sNn
  4153. °dONLNdˇˇ+Kspreadsheets, databases, and other information managers which don’t want to°dONLNdˇˇ**duplicate information in a contact manager
  4154. °dONLNdˇˇ(ìNn
  4155. °dONLNdˇˇ+Eproject managers which want to provide access to contact and resource°dONLNdˇˇ* information
  4156. °dONLNdˇˇ(÷N(Important Information About The CI Suite …L…˙
  4157. °dONLNdˇˇ*Intro°dONLNdˇˇ*YThe CI suite defines two basic kinds of objects and several sublcasses.  It also outlines°dONLNdˇˇ*Vseveral guiding principles for CI servers and clients, which if followed by all client°dONLNdˇˇ*Rand server applications will foster a new level of communication and functionality°dONLNdˇˇ*for the end user.*¨4)$/Apple Event Registry: Custom Third-Party SuitesˇÆ◊#ˇ ˇˇˇˇ#◊ 
  4158. _, Palatino
  4159. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifEntities°dONLNdˇˇ*QEntities are the primary object type for the Collaborative Information Suite.  An°dONLNdˇˇ*Lentity is defined as any "thing" which can be located in any number of space°dONLNdˇˇ*Pcoordinates, be it physical, electronic, or otherwise.  Each entity can have any°dONLNdˇˇ*Unumber of pieces of information (as address or user field elements), but must have at°dONLNdˇˇ*Vleast the basic information defined for a cEntity object.  For example, a cPerson is a°dONLNdˇˇ*Rsubclass of cEntity, and may have name information, several different user fields,°dONLNdˇˇ*Pand several different addresses.   Notice that by abstracting many properties of°dONLNdˇˇ*QcPerson into cEntity, the suite can also define other items such as cLocation and°dONLNdˇˇ*UcEquipment.   Then any list of cEntity objects can be iterated without regard for the°dONLNdˇˇ*Utype of each object.  For example, a calendar program could iterate through a list of°dONLNdˇˇ*Rentities which contain three people, a meeting room and a slide projector, to find°dONLNdˇˇ*/the next free time and then schedule a meeting.°dONLNdˇˇ*&Attributes, Addresses, and user fields°dONLNdˇˇ*UAtributes are containers for bits of information in records.  Any kind of information°dONLNdˇˇ*Ycan be stored in attributes; in this manner, the object cAttribute is similar to, but not°dONLNdˇˇ*Tdescendant from, cCell.   The CI Suite defines two special kinds of information that°dONLNdˇˇ*Vcan be found in attribute objects: addresses and user fields.  This allows data access°dONLNdˇˇ*Sat two levels.  On a low level, all the bits of information can be accessed without°dONLNdˇˇ*Qdistinction via cAttribute objects.  On a high level, via cAddress and cUserField°dONLNdˇˇ*Oobjects, bits of information can be retreived as recognizable collections using°dONLNdˇˇ*familiar terms.°dONLNdˇˇ*SThere are several kinds of address types defined in the suite.   Any address can be°dONLNdˇˇ*=retrieved either in a text format or in a descriptor record; °dONLNdˇˇ(Àithe default type for all°dONLNdˇˇ(Ÿfaddresses is typeIntlText°dONLNdˇˇ)r6.  An address can also be accessed via its properties,°dONLNdˇˇ(ÁfQdepending on the clients needs.  For example, a word processor could retrieve the°dONLNdˇˇ*Xfirst postal address for an entity as text, or could just retrieve the zip code property°dONLNdˇˇ*Nof the first postal address.  Basic address types have been defined for postal°dONLNdˇˇ*Paddresses, phone numbers, and electronic mail accounts.  Other address types can°dONLNdˇˇ*.easily be defined, allowing for extendibility.°dONLNdˇˇ*PAddresses are also classified in one of two ways: realtime or store-and-forward.°dONLNdˇˇ*QRealtime addresses are addresses in which a connection is made between sender and°dONLNdˇˇ*Rrecipient, and information is exchanged synchronously.  For example, phone numbers°dONLNdˇˇ*Kare realtime addresses.  Store-and-forward addresses are addresses in which°dONLNdˇˇ*Oinformation is delivered over a period of time from the sender to the recipient°dONLNdˇˇ*Sasynchronously, and no realtime connection is made.  Postal addresses are a classic°dONLNdˇˇ*+example of store-and-forward address types.+ˇXThe Personal Information Suite)¨5ˇR◊#ˇ ˇˇˇˇ#◊ 
  4160. _, Palatino
  4161. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNTBecause a cEntity object is defined by its property of location, each cEntity object°dONLNdˇˇ*Ihas both a pPrimaryMailAddress and pPrimaryRealTimeAddress property, each°dONLNdˇˇ*Scontaining some appropriate subclass of cAddress.  If a client application asks for°dONLNdˇˇ*@"the primary address" of a cEntity, the server should return the°dONLNdˇˇ*EpPrimaryMailAddress.  The server is responsible for defining what the°dONLNdˇˇ*VpPrimaryMailAddress for each cEntity is, either by itself or thru user preference.  If°dONLNdˇˇ*Oa client application asks for "the primary realtime address" of an cEntity, the°dONLNdˇˇ*Gserver should return the pPrimaryRealTimeAddress.  Again, the server is°dONLNdˇˇ*Nresponsible for defining what the pPrimaryRealTimeAddress for each cEntity is.°dONLNdˇˇ*PEach cEntity, usually has more than one or two addresses, and sometimes has more°dONLNdˇˇ*Othan one for each type, such has a person having one postal address and several°dONLNdˇˇ*Rphone numbers.   Addresses can be retrieved either by formAbsolutionPosition or by°dONLNdˇˇ*Kname.  When retrieved by formAbsolutePosition, it is up to the CI Server to°dONLNdˇˇ*6determine the order of the addresses within an entity.°dONLNdˇˇ*XTo illustrate, lets define a scenario where a client application is polling a server for°dONLNdˇˇ*Ivarious addresses of a given cPerson, which has one cPostalAddress as the°dONLNdˇˇ*MpPrimaryMailAddress, and three cPhoneNumber addresses, the second of which is°dONLNdˇˇ*Kalso the pPrimaryRealTimeAddress.   If the client application asks for "the°dONLNdˇˇ*Nprimary address" of the cPerson, then the pPrimaryAddress is returned.  If the°dONLNdˇˇ*Tclient applications asks for "the primary realtime address" of the cPerson, then the°dONLNdˇˇ*Usecond cPhoneNumber is returned.  If the client application asks for "the first phone°dONLNdˇˇ*Rnumber", then normal formAbsolutePosition is used to return the first cPhoneNumber°dONLNdˇˇ*Rdefined.  Notice that the indexing of addresses changes depending on which type of°dONLNdˇˇ*Oaddress is being asked for ("second address" indexes thru all addresses whereas°dONLNdˇˇ*D"second phone number" indexes thru only the phone number addresses).°dONLNdˇˇ*Open Ended Structure°dONLNdˇˇ*OBecause collaborative applications vary widely as to what information is stored°dONLNdˇˇ*Qwith each entity, records must have a variable number of elements and be designed°dONLNdˇˇ*Jwith an extensible framework in mind.   For this reason, the Collaborative°dONLNdˇˇ*VInformation Suite is designed on top of the Table suite.  This allows a cEntity object°dONLNdˇˇ*Oto be used analogous to a cRow, and the cEntity's elements as cCells of a cRow.°dONLNdˇˇ*QcAddress and cUserField, then, are subclasses of cCell.   A developer may wish to°dONLNdˇˇ*Timplement the CI suite on top of the Database suite; this will have no averse effect°dONLNdˇˇ*Ion the definition of the CI Suite.  Each application which implements the°dONLNdˇˇ*TCollaborative Information suite is responsible for mapping their internal structures°dONLNdˇˇ*=into various address type and user fields, where appropriate.*n6)$/Apple Event Registry: Custom Third-Party Suitesˇf◊#ˇ ˇˇˇˇ#◊ 
  4162. _, Palatino
  4163. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifVSince each CI server can implement the CI Suite to suit their needs, client apps to CI°dONLNdˇˇ*Uservers are responsible for getting the structure of the table from which it wants to°dONLNdˇˇ*Uget entity information, IF it wants to access specific elements defined by the server°dONLNdˇˇ*Sby either formAbsolutePosition or formName.  If a client app simply wants to access°dONLNdˇˇ*Qprimary address or preferred information about a cEntity, little knowledge of the°dONLNdˇˇ**server applications structure is required.°dONLNdˇˇ*
  4164. Entity IDs°dONLNdˇˇ*UThe ID property of an entity plays a very important role for the CI suite.  These IDs°dONLNdˇˇ*Rcan be used for data relationships within other application, and in reconciliation°dONLNdˇˇ*Hbetween two sets of equivalent data by applications of a similar nature.°dONLNdˇˇ*UOne of the scenarios envisioned for this suite is a data link between a CI server and°dONLNdˇˇ*Ua client application.  For example, a project planning application may keep a list of°dONLNdˇˇ*Tpersonnel for each project within its data structure.  The project application could°dONLNdˇˇ*Uaccess a CI server to get information about the people involved with the project, and°dONLNdˇˇ*Tstore the IDs of each person within its own data.  Later, if the project application°dONLNdˇˇ*Sneeds to re-access that information, it can use the IDs it has stored to access the°dONLNdˇˇ*Dinformation in the CI server quickly using the formUniqueID keyform.°dONLNdˇˇ*RA specialized case of data links might be between two CI servers, one in a desktop°dONLNdˇˇ*Rmachine and another on a portable device.  A user could direct the desktop machine°dONLNdˇˇ*Gto download a bunch of contact information into the portable device via°dONLNdˇˇ*RAppleEvents, and then take the portable device out of the office.  Later, when she°dONLNdˇˇ*Sreturns to the office, she could reconcile the data in her portable device with the°dONLNdˇˇ*Qdata on the desktop using the IDs.  Each application can store the information in°dONLNdˇˇ*Rwhatever format it requires; as long as the IDs are preserved, reconciliations can°dONLNdˇˇ*Qoccur.  (A Reconciliation AppleEvents Suite to facilitate reconciliation would be°dONLNdˇˇ*most excellent!)°dONLNdˇˇ*RWith these scenarios in mind, implementors of the CI suite need to be aware of two°dONLNdˇˇ*Vimportant aspects of IDs: its size and its struture.  In this version of the CI suite,°dONLNdˇˇ*Zneither the size nor the internal structure of an entity ID is defined.  It is left to the°dONLNdˇˇ*Qimplementor to devise a scheme that generates IDs.  IDs should be large enough to°dONLNdˇˇ*Pprovide a sharp resolution such that the likelihood of two copies of any program°dONLNdˇˇ*Sgenerating the same ID is very small.  IDs should also be as compact as possible so°dONLNdˇˇ*Mthat client applications using those IDs can store them within their own data°dONLNdˇˇ*,structures without taking up too much space.+ˇÇThe Personal Information Suite)¨7ˇ 2◊#ˇ ˇˇˇˇ#◊ 
  4165. _, Palatino
  4166. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNQ[[[We can make some recommendations that will help foster the scenarios discussed°dONLNdˇˇ*Iabove, and new levels of functionality in the near future.  Collaborative°dONLNdˇˇ*RInformation Suite servers should define IDs in size between 10 and 20 bytes.   IDs°dONLNdˇˇ*Ounder 10 bytes in size do not provide a high enough resolution to guard against°dONLNdˇˇ*Kduplicity, and IDs larger than 20 bytes may force too much burden on client°dONLNdˇˇ*Oapplications which want to store ID information.  Client applications to the CI°dONLNdˇˇ*Vsuite should design their structures to handle variable size IDs if they want to store°dONLNdˇˇ*Othem.   CI Servers may also want to implement a variable size ID so that it can°dONLNdˇˇ*Nhandle and store entity records with foriegn ID schemes received from other CI°dONLNdˇˇ* Servers.]]]°dONLNdˇˇ* Entity Names°dONLNdˇˇ*OEntity names are used as the primary method of retreiving entity information in°dONLNdˇˇ*Rany form of scripting (or end user) environment.  Since entity IDs are application°dONLNdˇˇ*Udefined, a script user or a client application should not know the internal structure°dONLNdˇˇ*Lof an ID, and therefore should not attempt to generate one explicitly (It is°dONLNdˇˇ*Uacceptable to internally use ID returned by a CI suite server, such as when a list of°dONLNdˇˇ*Nentity IDs is returned and subsequently iterated).  The pName property of each°dONLNdˇˇ*OcEntity is defined by the implementing application, and cannot be modified by a°dONLNdˇˇ*Pclient application.   The pName field may be defined by the combination of other°dONLNdˇˇ*Ofields, such as the pFirstName and pLastName propertiers of a cPerson.  In this°dONLNdˇˇ*Ocase, if a client changes either of these latter properties, the pName property°dONLNdˇˇ*would also change.°dONLNdˇˇ*Finding Entities°dONLNdˇˇ*QIn almost all cases, an end-user will want to find an entity by name and retreive°dONLNdˇˇ*Tsome address from it.  In the case where the name is unique within the datafile, the°dONLNdˇˇ*Oserver should return the information requested.  If, however, there are several°dONLNdˇˇ*Centities with the given name, an error is returned by the CI Server°dONLNdˇˇ*K(errAEMoreThanOneFound?).  At this point the client application may wish to°dONLNdˇˇ*Ocount the number of entities with that name, retrieve the entities, and display°dONLNdˇˇ*+them in a list for the user to choose from.*¬8)$/Apple Event Registry: Custom Third-Party Suitesˇ    ö◊#ˇ ˇˇˇˇ#◊ 
  4167. _, Palatino
  4168. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(qf8Accessing information via cEntity or cRecord versus cRow°dONLNdˇˇ*OThe CI Suite defines itself on top of the Table and Data Base Suites.  BUT, the°dONLNdˇˇ*Snumber of addresses and attributes is not a fixed number for each entity, as is the°dONLNdˇˇ*Vcase with the number of cells in each row.  This is due to the fact that addresses and°dONLNdˇˇ*Uuser fields for an entity may not be stored in the table itself, and may be retrieved°dONLNdˇˇ*Qby the CI Server transparently.  One thing to remember, then, is that there could°dONLNdˇˇ*Opotentially be several ways to access information.  Because address information°dONLNdˇˇ*Imay be a combination of columns within a table, and because the number of°dONLNdˇˇ*Vaddresses and user fields may vary from entity to entity, the number of cells in a row°dONLNdˇˇ*Vmay not be equal to the number of address plus the number of user fields in an entity.°dONLNdˇˇ*RClient applications should always count the number of addresses and user fields of°dONLNdˇˇ*6an entity, and count the number of columns in a table.°dONLNdˇˇ*SOf course, a CI Server need not implement any of the table or Data Base suites, but°dONLNdˇˇ*Urather just implement the CI Suite, and so would not need to worry about this at all.°dONLNdˇˇ*Containment Hierarchy°dONLNdˇˇ*IThe CI Suite provides many different ways of getting to various pieces of°dONLNdˇˇ*Ninformation through a multitude of object types. However, many of these object°dONLNdˇˇ*Rtypes are simply specializations of one another. The containment hierarchy for the°dONLNdˇˇ*NCI suite is therefore very straightforward and is illustrated in Figure 1. The°dONLNdˇˇ*QcCatalog Node objects are subclasses of Tables so that table and data base events°dONLNdˇˇ*Smay be applied.  Even more significantly, the catalog objects are recursive so that°dONLNdˇˇ*7one can nest any number of catalogs inside one another.(·eThe Personal Information Suite)¨9ˇ Ï◊#ˇ ˇˇˇˇ#◊ 
  4169. _, Palatino
  4170. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93†Ç
  4171. `NqS"j˙Â?"jB?"j≤ ?†å†å1h5æ8    1f3º    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4172. !{-≤,    Geneva
  4173.     .°dONLNdˇˇ(+|    cCIRecord†ó†ç†å†å
  4174. `NqS1•RΩ®8    1£Pª¶    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4175. ©_µô°dONLNdˇˇ(≥`
  4176. cAttribute†ó†ç†å†å
  4177. `NqS1Fi^ø8    1Dg\Ω    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚
  4178. J~Vß°dONLNdˇˇ(TcEntity†ó†ç†å†å
  4179. `NqS1Fm^À8    1Dk\…    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚
  4180. JVΩ°dONLNdˇˇ(TÄ
  4181. cEquipment†ó†ç†å†å
  4182. `NqS1FÁ^E8    1DÂ\C    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚$
  4183. JV<°dONLNdˇˇ(TÒ
  4184. cOrganization†ó†ç†å†å
  4185. `NqS1Ê5D8    1‰3B    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4186. !¸-)°dONLNdˇˇ(+˝cPerson†ó†ç
  4187. `NqS    1£™fl8†å†å    ˇˇˇˇˇˇˇˇ1•∞Ω8    1£Æª     ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4188. ©≈µ˘°dONLNdˇˇ+…àcAddress†ó†ç†å†å
  4189. `NqS1∞78    1Æ5     ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸*
  4190. #≥/    °dONLNdˇˇ(-¥cPostalAddress†ó†ç†å†å
  4191. `NqS1Œ∞Ê8    1ÃÆ‰     ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚#
  4192. “∂fi°dONLNdˇˇ(‹∑ cMailAddress†ó†ç†å†å
  4193. `NqS1ˆ∞8    1ÙÆ      ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚"
  4194. ˙µ˚°dONLNdˇˇ(∂ cFaxAddress†ó†ç†å†å
  4195. `NqS1G∞_8    1EÆ]    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸+
  4196. KµW
  4197. °dONLNdˇˇ*QcBeeperAddress†ó†ç
  4198. `NqS    wª›Ówª›Ó0ó•p$0Xk‹    ˇˇˇˇˇˇˇˇ"jfu-"Õ$ã"∂fØ‹"ψ؋°ñ °öˇ¸}
  4199. aTmR°dONLNdˇˇ(kUFigure 1)-. Object containment hierarchy for the CI Suite†ó†å†å
  4200. `NqS1m5À8    1k3…    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4201. !Å-∂°dONLNdˇˇ*¿    cLocation†ó†ç†å†å
  4202. `NqS1à–†&8    1ÜŒû$    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ˚"
  4203. å‘ò°dONLNdˇˇ(ñ’ cCatalogNode†ó†ç†å†å
  4204. `NqS1µWÕ≠8    1≥UÀ´    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸#
  4205. π[≈£°dONLNdˇˇ+á- cCatalogNode†ó†ç†å†å
  4206. `NqS1ÎÁ=8    1ÈÂ;    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸#
  4207. ÔÎ˚3°dONLNdˇˇ+ê6 cCatalogNode†ó†ç†å†å
  4208. `NqS1•¡Ω8    1£øª    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸
  4209. ©Œµ°dONLNdˇˇ(≥œ
  4210. cUserField†ó†ç†å†å
  4211. `NqS1•0Ωó8    1£.ªï    ˇˇˇˇˇˇˇˇ8†ç°ñ °öˇ¸(
  4212. ©5µá°dONLNdˇˇ)g
  4213. cPhoneAddress†ó†ç†É
  4214. _
  4215. .(·N10)$/Apple Event Registry: Custom Third-Party Suitesˇ.◊#ˇ ˇˇˇˇ#◊ 
  4216. _, Palatino
  4217. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifCI Suite and AOCE°dONLNdˇˇ*TMuch of this structure and framework is similar to AOCE catalog services; this is no°dONLNdˇˇ*Kcoincidence.   The CI suite makes all of the information in an AOCE catalog°dONLNdˇˇ*Oavailable through the cCatalogNode, cRecord and cAttribute types. It also makes°dONLNdˇˇ*Nit easy to get access to AOCE addresses and phone numbers through the other CI°dONLNdˇˇ*Suite objects.
  4218. °dONLNdˇˇ*44Using object specifiers in place of other parameters fidfi
  4219. °dONLNdˇˇ*WIn all of the suites except the Finder suite (and even then this is changing soon), you°dONLNdˇˇ*Rcan substitute an object specifier for any parameter of an Apple event that is not°dONLNdˇˇ*Valready defined to be an object specifier. This object specifier must specify a single°dONLNdˇˇ*Qobject. When you substitute an object specifier for another parameter, the actual°dONLNdˇˇ*Lvalue of the parameter is the value of the default descriptor record for the°dONLNdˇˇ*Qspecified object (that is, the value you get when you send a Get Data Apple event°dONLNdˇˇ*Ofor the object and do not specify a particular descriptor type for the result).(·eThe Personal Information Suite)ß11ˇ D◊#ˇ ˇˇˇˇ#◊ 
  4220. _, Palatino
  4221. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4222. °dONLNdˇˇ(oNUsage scenarios YLY˙
  4223. °dONLNdˇˇ*QThe Collaborative Information suite will allow the user to accomplish things that°dONLNdˇˇ*Lare not easy to do with other suites. This is possible primarily because the°dONLNdˇˇ*Lsuite is structured around the concept of entities and addresses. Hence, the°dONLNdˇˇ*Jtypical usage scenarios take advantage of this structure to get or set the°dONLNdˇˇ*address of a specific entity.°dONLNdˇˇ*PBasic example I: The name of a person appears in an project management document.°dONLNdˇˇ*NThat application can use this suite to get the phone number of the person from°dONLNdˇˇ*Ha contact manager, and then use it for automatic data entry, dialing, or°dONLNdˇˇ*arbitrary other purpose.°dONLNdˇˇ*_Basic example II: a user types the name of a person at the top of a new word processor document°dONLNdˇˇ*[and then selects a menu item to look up the address.  The word processor takes the name and°dONLNdˇˇ*_sends an event to a contact manager to get the address, then inserts the address below the name°dONLNdˇˇ*in the document.°dONLNdˇˇ*NImpressive example: A word processor could loop through a list of names, get a°dONLNdˇˇ*Mfull address from a contact manager, and insert the address into a letter for°dONLNdˇˇ*an efficient mail merge.°dONLNdˇˇ*MTop Gun example: A magazine editor could type some buzzwords for a story into°dONLNdˇˇ*Jan outliner. A contact manager could use these to search through a "notes"°dONLNdˇˇ*Dcolumn and return a list of all the people that match the buzzwords,°dONLNdˇˇ*Kcreating a source list that can be sent to a reporter (who can then use the°dONLNdˇˇ*5basic example I to access a phone number or address).°dONLNdˇˇ*LOf course, there is plenty of room for the enterprising developer to use the°dONLNdˇˇ*3suite in ways that extend beyond those listed here.
  4224. °dONLNdˇˇ*4Getting cEntity Information )L)˙
  4225. °dONLNdˇˇ*MApplications can get a cEntity record by sending a simple GetData event.  For°dONLNdˇˇ*Oscripting languages, the nouns "person", "location", and "equipment" can all be°dONLNdˇˇ*@substituted with "entity", but not the vice versa.  For example:°dONLNdˇˇ*QThe following pseudo-script returns a AERecord of type typePerson, which contains°dONLNdˇˇ*Omany of the properties of cPerson and all the addresses and user fields of that°dONLNdˇˇ*Cperson in their best types (usually typeAddress and typeUserField).*>12)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4226. ‹◊#ˇ ˇˇˇˇ#◊ 
  4227. _, Palatino
  4228. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93,    Monaco
  4229.     °dONLNdˇˇ(if tell application "MyContactsApp"°dONLNdˇˇ+$ set x to person "Kawa@"°dONLNdˇˇ(fend tell
  4230. °dONLNdˇˇ*UThe following pseudo-script returns a AERecord of type typeOrganization.  Notice that°dONLNdˇˇ*[because the script asks for an organization instead of a person, the CI Server may elect to°dONLNdˇˇ*0return "Kawasaki Inc" instead of "Guy Kawasaki".
  4231.     °dONLNdˇˇ* tell application "MyContactsApp"°dONLNdˇˇ+$ set x to organization "Kawa@"°dONLNdˇˇ(›fend tell
  4232. °dONLNdˇˇ*S(the @ symbol is often used to perform a "begins with" search.  It is used here for°dONLNdˇˇ*7illustration purposes and is not define in this suite.)
  4233. °dONLNdˇˇ*4!Getting a cAddress from a cEntity 'd'
  4234. °dONLNdˇˇ*OApplications can get an address of a cEntity record by sending a simple GetData°dONLNdˇˇ*Tevent.  For scripting languages, the nouns "person", "location", and "equipment" can°dONLNdˇˇ*Tall be substituted with "entity", but not the vice versa.  To get an address, simply°dONLNdˇˇ*specify the container:°dONLNdˇˇ*SThe following pseudo-script returns a a string containing the first address for the°dONLNdˇˇ*entity.
  4235.     °dONLNdˇˇ* tell application "MyContactsApp"°dONLNdˇˇ+$ )set x to address 1 of person "Jim Kaslik"°dONLNdˇˇ(Œfend tell
  4236. °dONLNdˇˇ*SThe following pseudo-script returns a a string containing the named address for the°dONLNdˇˇ*entity.
  4237.     °dONLNdˇˇ* tell application "MyContactsApp"°dONLNdˇˇ+$ 5set x to address "Applelink" of person "Danny Cooley"°dONLNdˇˇ(fend tell
  4238. °dONLNdˇˇ*37Getting different subclasses of cAddress from a cEntity DdD
  4239. °dONLNdˇˇ*OApplications can get an address of a cEntity record by sending a simple GetData°dONLNdˇˇ*Tevent.  For scripting languages, the nouns "person", "location", and "equipment" can°dONLNdˇˇ*Tall be substituted with "entity", but not the vice versa.  To get an address, simply°dONLNdˇˇ*5specify the container, and either a name or an index.°dONLNdˇˇ*IThis pseudo-script returns a a string containing the second phone number.+ˇ1The Personal Information Suite)ß13ˇÿ◊#ˇ ˇˇˇˇ#◊ 
  4240. _, Palatino
  4241. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93,    Monaco
  4242.     °dONLNdˇˇ(iN tell application "MyContactsApp"°dONLNdˇˇ+$ .set x to phone number 2 of person "Dave Evans"°dONLNdˇˇ(Nend tell
  4243. °dONLNdˇˇ*PThis pseudo-script returns a a string containing the mail address with the given°dONLNdˇˇ*name.
  4244.     °dONLNdˇˇ* tell application "MyContactsApp"°dONLNdˇˇ+$ ;set x to mail address "Applelink" of person "Michael Bayer"°dONLNdˇˇ(œNend tell
  4245. °dONLNdˇˇ*^5Apple events defined in the Collaborative Information L˙°dONLNdˇˇ*suite
  4246. °dONLNdˇˇ*!0There are no new events defined by the CI suite.(·N14)$/Apple Event Registry: Custom Third-Party Suitesˇ ◊#ˇ ˇˇˇˇ#◊ 
  4247. _, Palatino
  4248. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4249. °dONLNdˇˇ(of7Object classes defined in the Collaborative Information YdY°dONLNdˇˇ*suite
  4250. °dONLNdˇˇ*!QThe Apple event object classes defined in the Collaborative Information suite are°dONLNdˇˇ*Hdescribed in the following sections. Table 2 lists these object classes.,
  4251.  
  4252. Zapf Dingbats
  4253. °dONLNdˇˇ**n
  4254. °dONLNdˇˇ+Table 2°dONLNdˇˇ):CApple event object classes defined in the Collaborative Information°dONLNdˇˇ*
  4255. suite
  4256.     °dONLNdˇˇ(fObject class ID°dONLNdˇˇ)ê Description ˙d˙ 
  4257. d
  4258. 
  4259. °dONLNdˇˇ(f cCatalogNode°dONLNdˇˇ)ë'A hierarchial container for information°dONLNdˇˇ(*ˆ SuperClass:°dONLNdˇˇ)UcTable°dONLNdˇˇ(8ˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pName,°dONLNdˇˇ*pProtection, pAccess, pKind,°dONLNdˇˇ*pLock, pID, pPath°dONLNdˇˇ(pˆElement Classes:°dONLNdˇˇ)UcCatalogNode, cRecord, cRow,°dONLNdˇˇ*cColumn, cCell, cKey°dONLNdˇˇ(úf    cCIRecord°dONLNdˇˇ)ëa record containing attributes°dONLNdˇˇ(™ˆ SuperClass:°dONLNdˇˇ)UcColumn°dONLNdˇˇ(∏ˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pAccess, pLock,°dONLNdˇˇ*
  4260. pName, pID°dONLNdˇˇ(‚ˆElement Classes:°dONLNdˇˇ)UcAttribute, cCell°dONLNdˇˇ(f
  4261. cAttribute°dONLNdˇˇ)ë-A piece of information contained in a cRecord°dONLNdˇˇ(ˆ SuperClass:°dONLNdˇˇ)UcColumn°dONLNdˇˇ(ˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pAccess, pID,°dONLNdˇˇ*pName, pValue, pTag°dONLNdˇˇ(FˆElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(df
  4262. cUserField°dONLNdˇˇ)ë1Any piece of information NOT related to addresses°dONLNdˇˇ(rˆ SuperClass:°dONLNdˇˇ)UcObject°dONLNdˇˇ(Ĉ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pName, pValue°dONLNdˇˇ(úˆElement Classes:°dONLNdˇˇ)Unone+EThe Personal Information Suite)ß15ˇ
  4263. <◊#ˇ ˇˇˇˇ#◊ 
  4264. _, Palatino
  4265. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN cPhoneNumber°dONLNdˇˇ)ëA telephone address°dONLNdˇˇ(wfi SuperClass:°dONLNdˇˇ)UcObject°dONLNdˇˇ(Öfi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pCountryCode,°dONLNdˇˇ*pDialPlanRules, pExtension,°dONLNdˇˇ* pSubAddress,°dONLNdˇˇ*pSubscriberNumber, pTrunkCode°dONLNdˇˇ(ÀfiElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(ÈNcAddress°dONLNdˇˇ)ë$A basic text address or phone number°dONLNdˇˇ(˜fi SuperClass:°dONLNdˇˇ)UcObject°dONLNdˇˇ(fi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*
  4266. pDefaultType,°dONLNdˇˇ*pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ* pAddressName°dONLNdˇˇ(KfiElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(iN cMailAddress°dONLNdˇˇ)ë"A representation of a mail address°dONLNdˇˇ(wfi SuperClass:°dONLNdˇˇ)UcAddress°dONLNdˇˇ(Öfi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ*pAddressName, pAddress,°dONLNdˇˇ*pDirectory, pDirectoryType,°dONLNdˇˇ* pDirectoryID°dONLNdˇˇ(ŸfiElement Classes:°dONLNdˇˇ)UNone°dONLNdˇˇ(˘NcPostalAddress°dONLNdˇˇ)ëA postal mailing address°dONLNdˇˇ(fi SuperClass:°dONLNdˇˇ)U cMailAddress°dONLNdˇˇ(fi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*
  4267. pDefaultType,°dONLNdˇˇ*pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ*pAddressName, pRoomNumber,°dONLNdˇˇ*pBuildingNumber, pStreet,°dONLNdˇˇ*pCity, pStateProvince,°dONLNdˇˇ*pCountry, pPostalCode°dONLNdˇˇ(ÖfiElement Classes:°dONLNdˇˇ)Unone(·N16)$/Apple Event Registry: Custom Third-Party Suitesˇ    Ç◊#ˇ ˇˇˇˇ#◊ 
  4268. _, Palatino
  4269. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if cFAXAddress°dONLNdˇˇ)ë
  4270. A FAX  number°dONLNdˇˇ(wˆ SuperClass:°dONLNdˇˇ)U cMailAddress°dONLNdˇˇ(Öˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*
  4271. pDefaultType,°dONLNdˇˇ*pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ*pAddressName, pPhoneNumber°dONLNdˇˇ(ÀˆElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(Èf
  4272. cPhoneAddress°dONLNdˇˇ)ë
  4273. A FAX  number°dONLNdˇˇ(˜ˆ SuperClass:°dONLNdˇˇ)UcAddress°dONLNdˇˇ(ˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*
  4274. pDefaultType,°dONLNdˇˇ*pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ*pAddressName, pPhoneNumber°dONLNdˇˇ(KˆElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(ifcBeeperAddress°dONLNdˇˇ)ëA pager number°dONLNdˇˇ(wˆ SuperClass:°dONLNdˇˇ)U
  4275. cPhoneAddress°dONLNdˇˇ(Öˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*
  4276. pDefaultType,°dONLNdˇˇ*pAddresseeName,°dONLNdˇˇ*pAddresseeType, pAddressType,°dONLNdˇˇ*pAddressName, pPhoneNumber,°dONLNdˇˇ*pPIN°dONLNdˇˇ(ŸˆElement Classes:°dONLNdˇˇ)Unone°dONLNdˇˇ(˜fcEntity°dONLNdˇˇ)ëabstract class°dONLNdˇˇ(ˆ SuperClass:°dONLNdˇˇ)UcRecord°dONLNdˇˇ(ˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pID, pAccess,°dONLNdˇˇ*pName, pProtection, pType,°dONLNdˇˇ*pPrimaryRealTimeAddress,°dONLNdˇˇ*pPrimaryMailAddress°dONLNdˇˇ(YˆElement Classes:°dONLNdˇˇ)UcAddress, cUserField, cCell,°dONLNdˇˇ*
  4277. cAttribute+zThe Personal Information Suite)ß17ˇ    §◊#ˇ ˇˇˇˇ#◊ 
  4278. _, Palatino
  4279. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNcPerson°dONLNdˇˇ)ëA person°dONLNdˇˇ(wfi SuperClass:°dONLNdˇˇ)UcEntity°dONLNdˇˇ(Öfi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pID, pAccess,°dONLNdˇˇ*pName, pProtection, pType,°dONLNdˇˇ*pPrimaryRealTimeAddress,°dONLNdˇˇ*pPrimaryMailAddress,°dONLNdˇˇ*pPrimaryIndexingName,°dONLNdˇˇ*pSecondaryIndexingName,°dONLNdˇˇ*pTertiaryIndexingName°dONLNdˇˇ(ıfiElement Classes:°dONLNdˇˇ)UcAddress, cUserField, cCell,°dONLNdˇˇ*cAttribute, cLocation,°dONLNdˇˇ*
  4280. cOrganization°dONLNdˇˇ(/N
  4281. cEquipment°dONLNdˇˇ)ë,Office equipment or other physical resources°dONLNdˇˇ(=fi SuperClass:°dONLNdˇˇ)UcEntity°dONLNdˇˇ(Kfi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pID, pAccess,°dONLNdˇˇ*pName, pProtection, pType,°dONLNdˇˇ*pPrimaryRealTimeAddress,°dONLNdˇˇ*pPrimaryMailAddress,°dONLNdˇˇ*pManager, pTypeOfEquipment°dONLNdˇˇ(üfiElement Classes:°dONLNdˇˇ)UcAddress, cUserField, cCell,°dONLNdˇˇ*cAttribute, cOrganization,°dONLNdˇˇ(…N    cLocation°dONLNdˇˇ)ê7A conference room, meeting hall, etc. where people meet°dONLNdˇˇ* SuperClass:°dONLNdˇˇ)UcEntity°dONLNdˇˇ(Âfi Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pID, pAccess,°dONLNdˇˇ*pName, pProtection, pType,°dONLNdˇˇ*pPrimaryRealTimeAddress,°dONLNdˇˇ*pPrimaryMailAddress,°dONLNdˇˇ*pManager, pLocationCapacity°dONLNdˇˇ(9fiElement Classes:°dONLNdˇˇ)UcAddress, cUserField, cCell,°dONLNdˇˇ*cAttribute, cEntity, cPerson,°dONLNdˇˇ*
  4282. cOrganization(·N18)$/Apple Event Registry: Custom Third-Party Suitesˇ◊#ˇ ˇˇˇˇ#◊ 
  4283. _, Palatino
  4284. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if
  4285. cOrganization°dONLNdˇˇ)êAA group of people, equipment, and locations (business, club, etc)°dONLNdˇˇ* SuperClass:°dONLNdˇˇ)UcEntity°dONLNdˇˇ(Öˆ Properties:°dONLNdˇˇ)UpBestType, pClass,°dONLNdˇˇ*pDefaultType, pID, pAccess,°dONLNdˇˇ*pName, pProtection, pType,°dONLNdˇˇ*pPrimaryRealTimeAddress,°dONLNdˇˇ*pPrimaryMailAddress,°dONLNdˇˇ*pManager, pInOrganization°dONLNdˇˇ(ŸˆElement Classes°dONLNdˇˇ)I:°dONLNdˇˇ) cAddress, cUserField, cCell,°dONLNdˇˇ*cAttribute, cEntity, cPerson,°dONLNdˇˇ*cLocation, cOrganization°dONLNdˇˇ(fTFigure 2 illustrates the inheritance hierarchy for the object classes defined in the°dONLNdˇˇ*OCollaborative Information suite Level 1.   Figure 3 illustrates the inheritance°dONLNdˇˇ*Ohierarchy for the object classes defined in the Collaborative Information suite°dONLNdˇˇ*ULevel 2.  Level 1 support provides high level access to contact information, grouping°dONLNdˇˇ*Uinformation into functional collections.  Level 2 support provides lower level access°dONLNdˇˇ*Sto raw data.  Listed for each object class are the properties, element classes, and°dONLNdˇˇ*KApple events that have not been inherited from object classes higher in the°dONLNdˇˇ*inheritance hierarchy.(·eThe Personal Information Suite)ß19ˇ◊#ˇ ˇˇˇˇ#◊ 
  4286. _, Palatino
  4287. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(m¢[intentionally blank](·N20)$/Apple Event Registry: Custom Third-Party Suitesˇ◊#ˇ ˇˇˇˇ#◊ 
  4288. _, Palatino
  4289. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°d WORDÀ
  4290. `f_ Vñø nïøïˇˇˇˇˇˇ4\kî…8"nµ*"}›”"Û" ÍñJ¨"oïZH oï∑d
  4291. 4|n¢ƒ    8    ˇˇˇˇˇˇˇˇ"¯E} +ˆ 4ÒÑh póé˙
  4292. ˇˇˇˇˇˇˇˇ4dp|Δ8
  4293. 4bnzƒ8°ñ ,    Geneva
  4294.     ÀÀ°dONLNdˇˇ(rácObject†ó°ñ °dONLNdˇˇ(Üp
  4295. pBestType
  4296. °dONLNdˇˇ* pClass
  4297. °dONLNdˇˇ* pDefaultType†ó
  4298. ˇˇˇˇˇˇˇˇ4·78
  4299. 4fl58°ñ °dONLNdˇˇ(¯cEntity†ó4fiL]°ñ ('·pPrimaryRealTimeAddress
  4300. * pPrimaryMailAddress
  4301. °dONLNdˇˇ*     cAddress
  4302. °dONLNdˇˇ*
  4303. cUserField†ó
  4304. ˇˇˇˇˇˇˇˇ4æÚ÷P8
  4305. 4º‘N8°ñ °dONLNdˇˇ(ØcPostalAddress†ó°ñ (‡Ú pRoomNumber
  4306. * pBuildingNumber
  4307. * pStreet
  4308. * pCity
  4309. * pStateProvince
  4310. *     pCountry
  4311. * pPostalCode†ó
  4312. ˇˇˇˇˇˇˇˇ4y5ëì8
  4313. 4w3èë8°ñ °dONLNdˇˇ(áMcPerson†ó°ñ °dONLNdˇˇ(õ5pPrimaryIndexingName °dONLNdˇˇ* pSecondaryIndexingName °dONLNdˇˇ* pTertiaryIndexingName °dONLNdˇˇ* cOrganization
  4314. °dONLNdˇˇ*     cLocation†ó
  4315. ˇˇˇˇˇˇˇˇ4y ë(8
  4316. 4w»è&8°ñ °dONLNdˇˇ(áfi
  4317. cEquipment†ó°ñ °dONLNdˇˇ(õ     pManager
  4318. °dONLNdˇˇ* pTypeOfEquipment
  4319. °dONLNdˇˇ*
  4320. cOrganization†ó
  4321. ˇˇˇˇˇˇˇˇ4y≥ë8
  4322. 4w±è8°ñ °dONLNdˇˇ(á…    cLocation†ó°ñ °dONLNdˇˇ(õ≥    pManager
  4323. °dONLNdˇˇ* pLocationCapacity
  4324. °dONLNdˇˇ* pTypeofLocation
  4325. °dONLNdˇˇ* cOrganization
  4326. °dONLNdˇˇ* cAddress†ó
  4327. ˇˇˇˇˇˇˇˇ4y!ë8
  4328. 4wè}8°ñ (á,
  4329. cOrganization†ó°ñ (õ!    pManager
  4330. * pInOrganization
  4331. * cOrganization
  4332. °dONLNdˇˇ* cEntity†ó
  4333. ˇˇˇˇˇˇˇˇ4¥ƒÃ"8
  4334. 4≤¬  8°ñ °dONLNdˇˇ(¡À cPhoneNumber†ó°ñ °dONLNdˇˇ(’ƒ
  4335. pCountryCode
  4336. °dONLNdˇˇ* pDialPlanRules
  4337. °dONLNdˇˇ* pExtension
  4338. °dONLNdˇˇ* pSubAddress
  4339. °dONLNdˇˇ* pSubscriberNumber
  4340. °dONLNdˇˇ*
  4341. pTrunkCode†ó°ñ (lB2Figure 2 Level 1 Object inheritance hierarchy for °dONLNdˇˇ* the CI Suite†ó
  4342. ˇˇˇˇˇˇˇˇ4æj÷»8
  4343. 4ºh‘Δ8°ñ °dONLNdˇˇ(Àq cFaxAddress†ó°ñ (flj pPhoneNumber†ó
  4344. ˇˇˇˇˇˇˇˇ4ÜÎûA8
  4345. 4ÑÈú?8°ñ °dONLNdˇˇ(î    cRow†ó°ñ °dONLNdˇˇ(®ÎpName
  4346. °dONLNdˇˇ* pProtection
  4347. °dONLNdˇˇ*
  4348. pUniqueID
  4349. °dONLNdˇˇ* pAccess
  4350. °dONLNdˇˇ* pLocked
  4351. °dONLNdˇˇ* cCell
  4352. °dONLNdˇˇ* cTable†ó
  4353. ˇˇˇˇˇˇˇˇ4¥8Ãé8
  4354. 4≤7 å8°ñ °dONLNdˇˇ(¡@
  4355. cUserField†ó°ñ °dONLNdˇˇ(’9pName
  4356. °dONLNdˇˇ* pValue†ó
  4357. ˇˇˇˇˇˇˇˇ4IÅaË8
  4358. 4G_Â8°ñ °dONLNdˇˇ(Và
  4359. cPhoneAddress†ó°ñ °dONLNdˇˇ(jÅ pPhoneNumber†ó
  4360. ˇˇˇˇˇˇˇˇ4ImaÀ8
  4361. 4Gk_…8°ñ °dONLNdˇˇ(Vu cMailAddress†ó°ñ °dONLNdˇˇ(km    pAddress
  4362. °dONLNdˇˇ* pDirectory
  4363. °dONLNdˇˇ* pDirectoryType
  4364. °dONLNdˇˇ* pDirectoryID†ó
  4365. ˇˇˇˇˇˇˇˇ4àņË8
  4366. 4ÜûÂ8°ñ °dONLNdˇˇ(ïàcBeeperAddress†ó°ñ °dONLNdˇˇ(©Å
  4367. pPhoneNumber
  4368. °dONLNdˇˇ* pPIN†óˇˇˇˇˇˇ
  4369. ˇˇˇˇˇˇˇˇ4Úh*Δ8°ñ °dONLNdˇˇ(k
  4370. pAddressName
  4371. °dONLNdˇˇ*
  4372. pAddressType
  4373. °dONLNdˇˇ* pAddresseeNamep°dONLNdˇˇ* AddresseeType
  4374. †ó4flk˜…8
  4375. 4›iı«8°ñ °dONLNdˇˇ(ÌÇcAddress†ó
  4376. _
  4377. +„ÙThe Personal Information Suite)ß21ˇ◊#ˇ ˇˇˇˇ#◊ 
  4378. _, Palatino
  4379. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(y¢[intentionally blank](·N22)$/Apple Event Registry: Custom Third-Party Suitesˇ–◊#ˇ ˇˇˇˇ#◊ 
  4380. _, Palatino
  4381. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°d WORD∞#
  4382. `f_  Ãw¨ •ûb¬ oïÊ"v$ úxû"É®j! nÉ—ï"qñt4
  4383. 4|n¢ƒ    8    ˇˇˇˇˇˇˇˇ"_E} |ˇ– Ö˙’q Ú› póé˙
  4384. ˇˇˇˇˇˇˇˇ4dp|Δ8
  4385. 4bnzƒ8°ñ ,    Geneva
  4386.     ∞#∞#°dONLNdˇˇ(rÜcObject†ó°ñ °dONLNdˇˇ(Üo
  4387. pBestType
  4388. °dONLNdˇˇ* pClass
  4389. °dONLNdˇˇ* pDefaultType†ó
  4390. ˇˇˇˇˇˇˇˇ4VÍn@8
  4391. 4TËl>8°ñ °dONLNdˇˇ(dcEntity†ó4nËûǰñ (xÈpPrimaryRealTimeAddress
  4392. * pPrimaryMailAddress
  4393. °dONLNdˇˇ*     cAddress
  4394. °dONLNdˇˇ*
  4395. cUserField†ó
  4396. ˇˇˇˇˇˇˇˇ4t-“8
  4397. 4r+–8°ñ °dONLNdˇˇ(#äcAddress†ó4-r]”°ñ °dONLNdˇˇ(7s
  4398. pAddressName
  4399. °dONLNdˇˇ*
  4400. pAddressType
  4401. °dONLNdˇˇ* pAddresseeName°dONLNdˇˇ* pAddresseeType
  4402. †ó
  4403. ˇˇˇˇˇˇˇˇ4£ÈªG8
  4404. 4°ÁπE8°ñ °dONLNdˇˇ+zVcPostalAddress†ó°ñ °dONLNdˇˇ(≈Ë pRoomNumber
  4405. °dONLNdˇˇ* pBuildingNumber
  4406. * pStreet
  4407. * pCity
  4408. * pStateProvince
  4409. *     pCountry
  4410. * pPostalCode†ó
  4411. ˇˇˇˇˇˇˇˇ4 >‚ú8
  4412. 4»<‡ö8°ñ °dONLNdˇˇ(ÿUcPerson†ó°ñ °dONLNdˇˇ(Ï=pPrimaryIndexingName °dONLNdˇˇ* pSecondaryIndexingName °dONLNdˇˇ* pTertiaryIndexingName °dONLNdˇˇ* cOrganization
  4413. °dONLNdˇˇ*     cLocation†ó
  4414. ˇˇˇˇˇˇˇˇ4 ”‚18
  4415. 4»—‡/8°ñ °dONLNdˇˇ(ÿÊ
  4416. cEquipment†ó°ñ °dONLNdˇˇ(Ï“    pManager
  4417. °dONLNdˇˇ* pTypeOfEquipment
  4418. °dONLNdˇˇ*
  4419. cOrganization†ó
  4420. ˇˇˇˇˇˇˇˇ4 º‚8
  4421. 4»∫‡8°ñ °dONLNdˇˇ(ÿ—    cLocation†ó°ñ °dONLNdˇˇ(Ϫ    pManager
  4422. °dONLNdˇˇ* pLocationCapacity
  4423. °dONLNdˇˇ* pTypeofLocation
  4424. °dONLNdˇˇ* cOrganization
  4425. °dONLNdˇˇ* cAddress†ó
  4426. ˇˇˇˇˇˇˇˇ4 *‚à8
  4427. 4»(‡Ü8°ñ (ÿ4
  4428. cOrganization†ó°ñ (Ï)    pManager
  4429. * pInOrganization
  4430. * cOrganization
  4431. * cEntity†ó
  4432. ˇˇˇˇˇˇˇˇ4V≤n8
  4433. 4T∞l8°ñ °dONLNdˇˇ(c∏ cPhoneNumber†ó°ñ °dONLNdˇˇ(w±
  4434. pCountryCode
  4435. °dONLNdˇˇ* pDialPlanRules
  4436. °dONLNdˇˇ* pExtension
  4437. °dONLNdˇˇ* pSubAddress
  4438. °dONLNdˇˇ* pSubscriberNumb°dONLNdˇˇ* er
  4439. °dONLNdˇˇ*
  4440. pTrunkCode†ó°ñ (lJ2Figure 3 Level 2 Object inheritance hierarchy for °dONLNdˇˇ* the CI Suite†ó"AA
  4441. ˇˇˇˇˇˇˇˇ4–jË»8
  4442. 4ŒhÊΔ8°ñ (›p cFaxAddress†ó°ñ (Òi pPhoneNumber†ó
  4443. ˇˇˇˇˇˇˇˇ4•ÈΩ?8
  4444. 4£Áª=8°ñ °dONLNdˇˇ(≤˜
  4445. cAttribute†ó°ñ °dONLNdˇˇ(«ËpAccess
  4446. °dONLNdˇˇ* pName
  4447. °dONLNdˇˇ* pID    
  4448. °dONLNdˇˇ* pTag    
  4449. °dONLNdˇˇ* pValue†ó
  4450. ˇˇˇˇˇˇˇˇ4ÎA8
  4451. 4È?8°ñ °dONLNdˇˇ(ˇ    cCIRecord†ó4È@°ñ °dONLNdˇˇ(&ÍpType
  4452. °dONLNdˇˇ*
  4453. cAttribute†ó
  4454. ˇˇˇˇˇˇˇˇ4ÜÎûA8
  4455. 4ÑÈú?8°ñ °dONLNdˇˇ(îcRow†ó°ñ °dONLNdˇˇ(ßÎpName
  4456. °dONLNdˇˇ* pProtection
  4457. °dONLNdˇˇ*
  4458. pUniqueID
  4459. °dONLNdˇˇ* pAccess
  4460. °dONLNdˇˇ* pLocked
  4461. °dONLNdˇˇ* cCell
  4462. °dONLNdˇˇ* cTable†ó
  4463. ˇˇˇˇˇˇˇˇ4ì^´¥8
  4464. 4ë\©≤8°ñ °dONLNdˇˇ(†ccTable†ó°ñ °dONLNdˇˇ(µ]pName
  4465. °dONLNdˇˇ* pProtection
  4466. °dONLNdˇˇ* pAccess
  4467. °dONLNdˇˇ* pKind
  4468. °dONLNdˇˇ* pLock
  4469. °dONLNdˇˇ* cRow
  4470. °dONLNdˇˇ* cCell
  4471. °dONLNdˇˇ* cColumn
  4472. °dONLNdˇˇ* cKey†ó
  4473. ˇˇˇˇˇˇˇˇ4,^D¥8
  4474. 4*\B≤8°ñ °dONLNdˇˇ+$ cCatalogNode†ó°ñ °dONLNdˇˇ(N]pID
  4475. °dONLNdˇˇ* pPath
  4476. °dONLNdˇˇ*
  4477. cCatalogNode
  4478. °dONLNdˇˇ* cRecord†ó
  4479. ˇˇˇˇˇˇˇˇ4Ã&"8
  4480. 4 À$ 8°ñ °dONLNdˇˇ(”
  4481. cUserField†ó°ñ 
  4482. °dONLNdˇˇ(/ÃpName
  4483. °dONLNdˇˇ*
  4484. pValue†ó
  4485. ˇˇˇˇˇˇˇˇ4vÅéË8
  4486. 4tåÂ8°ñ 
  4487.     °dONLNdˇˇ(Éá
  4488. cPhoneAddress†ó°ñ °dONLNdˇˇ(óÄ pPhoneNumber†ó
  4489. ˇˇˇˇˇˇˇˇ4mmÖÀ8
  4490. 4kkÉ…8°ñ °dONLNdˇˇ(zt cMailAddress†ó4Ökµ…°ñ °dONLNdˇˇ(èl    pAddress
  4491. °dONLNdˇˇ* pDirectory
  4492. °dONLNdˇˇ* pDirectoryType
  4493. °dONLNdˇˇ* pDirectoryID†ó"û≠
  4494. ˇˇˇˇˇˇˇˇ4µÅÕË8
  4495. 4≥ÀÂ8°ñ °dONLNdˇˇ(¬ácBeeperAddress†ó°ñ (÷Ä
  4496. pPhoneNumber
  4497. * pPIN†ó
  4498. _
  4499. (·eThe Personal Information Suite)ß23ˇ◊#ˇ ˇˇˇˇ#◊ 
  4500. _, Palatino
  4501. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(y¢[intentionally blank](·N24)$/Apple Event Registry: Custom Third-Party Suitesˇ    F◊#ˇ ˇˇˇˇ#◊ 
  4502. _, Palatino
  4503. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4504. °dONLNdˇˇ(of cCatalogNode°dONLNdˇˇ)g—a node YdY
  4505. °dONLNdˇˇ(íf
  4506. SuperClass°dONLNdˇˇ)TcTable°dONLNdˇˇ(™fDefault°dONLNdˇˇ*
  4507. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(™∫ typeIntlText°dONLNdˇˇ(fif
  4508. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(,∫
  4509. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(<∫
  4510. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ZfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(z∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ä∫
  4511. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(ö∫
  4512. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(∏f pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(ÿ∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(Ë∫
  4513. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(¯∫
  4514. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(fpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i&the name (type) of this catalog  node.°dONLNdˇˇ(6∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(F∫
  4515. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(V∫
  4516. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4517. Modifiable+BThe Personal Information Suite)ß25ˇ ™◊#ˇ ˇˇˇˇ#◊ 
  4518. _, Palatino
  4519. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe …°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô¢
  4520. Inherited?°dONLNdˇˇ)iYes, from cTable°dONLNdˇˇ(©¢
  4521. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«NpAccess°dONLNdˇˇ+T Description:°dONLNdˇˇ)i5the access priviliges for this attribute. This can be°dONLNdˇˇ+ )Read-Only, Read-Update, Read-Create, Read°dONLNdˇˇ)‘-°dONLNdˇˇ(Ô 'Delete, Read-Update-Create, Read-Update°dONLNdˇˇ) -°dONLNdˇˇ(˚ 0Delete, Read-Create-Delete and Read-Write. (???)°dONLNdˇˇ( ¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(¢
  4522. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(+¢
  4523. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(INpKind°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe kind of catalog  node°dONLNdˇˇ(i¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(y¢
  4524. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(â¢
  4525. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ßNpLock°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+The current lock state of this catalog node°dONLNdˇˇ(«¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(◊¢
  4526. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(Á¢
  4527. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4528. Modifiable°dONLNdˇˇ(NpID°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#the unique ID for this catalog node°dONLNdˇˇ(%¢Object Class ID:°dONLNdˇˇ)i cLongInteger°dONLNdˇˇ(5¢
  4529. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(E¢
  4530. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(cNpPath°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+The path to this catalog node from the root°dONLNdˇˇ(É¢Object Class ID:°dONLNdˇˇ)icList°dONLNdˇˇ(ì¢
  4531. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(£¢
  4532. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N26)$/Apple Event Registry: Custom Third-Party Suitesˇ    ¨◊#ˇ ˇˇˇˇ#◊ 
  4533. _, Palatino
  4534. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifElement Classes°dONLNdˇˇ* cCatalogNode°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)a child catalog node of this catalog node°dONLNdˇˇ(•∫
  4535. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(µ∫
  4536. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4537. Modifiable°dONLNdˇˇ(—∫
  4538. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(˘f    cCIRecord°dONLNdˇˇ+T Description:°dONLNdˇˇ)ia record containing attributes°dONLNdˇˇ(∫
  4539. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ()∫
  4540. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4541. Modifiable°dONLNdˇˇ(E∫
  4542. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(mfcRow°dONLNdˇˇ+T Description:°dONLNdˇˇ)ia row°dONLNdˇˇ(ç∫
  4543. Inherited?°dONLNdˇˇ)iTes, from cTable°dONLNdˇˇ(ù∫
  4544. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4545. Modifiable°dONLNdˇˇ(π∫
  4546. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(›f Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(
  4547. ∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(-∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(=∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(M∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(]∫
  4548. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(m∫Set Data°dONLNdˇˇ)†Inherited from cObject+ tThe Personal Information Suite)ß27ˇ
  4549. ú◊#ˇ ˇˇˇˇ#◊ 
  4550. _, Palatino
  4551. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4552. °dONLNdˇˇ(oN    cCIRecord°dONLNdˇˇ)M'— a collection of pieces of information YLY˙
  4553. °dONLNdˇˇ(íN
  4554. SuperClass°dONLNdˇˇ)TcRow (from Table Suite)°dONLNdˇˇ* typeIntlText°dONLNdˇˇ(™NDefault°dONLNdˇˇ*
  4555. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ*
  4556. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(,¢
  4557. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(<¢
  4558. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ZNpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(z¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ä¢
  4559. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(ö¢
  4560. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(∏N pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(ÿ¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(Ë¢
  4561. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(¯¢
  4562. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(NpAccess°dONLNdˇˇ+T Description:°dONLNdˇˇ)i5the access priviliges for this attribute. This can be°dONLNdˇˇ+ )Read-Only, Read-Update, Read-Create, Read°dONLNdˇˇ)‘-°dONLNdˇˇ(> 'Delete, Read-Update-Create, Read-Update°dONLNdˇˇ) -°dONLNdˇˇ(J *Delete, Read-Create-Delete and Read-Write.°dONLNdˇˇ(Z¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(j¢
  4563. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(z¢
  4564. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N28)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4565. ◊#ˇ ˇˇˇˇ#◊ 
  4566. _, Palatino
  4567. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpLock°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+The current lock state of this catalog node°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô∫
  4568. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©∫
  4569. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4570. Modifiable°dONLNdˇˇ(«fpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i,the name of this record. For example, "Danny°dONLNdˇˇ+ 'Cooley", "Tech.LaserWriter", "Marketing°dONLNdˇˇ* NetModem", etc.°dONLNdˇˇ(ˇ∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(∫
  4571. Inherited?°dONLNdˇˇ)iyes, from cRow°dONLNdˇˇ(∫
  4572. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4573. Modifiable°dONLNdˇˇ(=f    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this record°dONLNdˇˇ(]∫Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(m∫
  4574. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(}∫
  4575. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(°fElement Classes°dONLNdˇˇ*
  4576. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(›∫
  4577. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Ì∫
  4578. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4579. Modifiable°dONLNdˇˇ(    ∫
  4580. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(1fcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(Q∫
  4581. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(a∫
  4582. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4583. Modifiable°dONLNdˇˇ(}∫
  4584. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest+AXThe Personal Information Suite)ß29ˇ◊#ˇ ˇˇˇˇ#◊ 
  4585. _, Palatino
  4586. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È¢
  4587. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(˘¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N30)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4588. ◊#ˇ ˇˇˇˇ#◊ 
  4589. _, Palatino
  4590. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4591. °dONLNdˇˇ(of
  4592. cAttribute°dONLNdˇˇ)I—a piece of information YdY
  4593. °dONLNdˇˇ(àf]An attribute is a container piece of information related to any entity or other record.  A CI°dONLNdˇˇ*ZServer can define an attribute to hold any kind of information, not just text.  All of the°dONLNdˇˇ*`addresses for a given entity are available in attributes in addition to non-address information.°dONLNdˇˇ*\The pValue of the cAttribute contains the actual data. By checking the type of the attribute°dONLNdˇˇ*\using the pName and pTag properties, a client can coerce the data appropriately and retrieve°dONLNdˇˇ*bit in a useful structure. Attributes offer an alternative approach to accessing information in the°dONLNdˇˇ*`CI suite. Address information related to a particular cEntity (which is a subclass of cCIRecord)°dONLNdˇˇ*\can be obtained directly through cAddress class objects. The CI Server is free to define any°dONLNdˇˇ*battributes for a given record regardless of whether they actually exist as attributes or fields in°dONLNdˇˇ*^the corresponding catalog or directory. Clients can also access information related to a given°dONLNdˇˇ*Wrecord through its cCells. cCells for a given record do not however neccessarily map to°dONLNdˇˇ*cAttriutes or vice versa.°dONLNdˇˇ*
  4594. SuperClass°dONLNdˇˇ)TcObject°dONLNdˇˇ(RfDefault°dONLNdˇˇ*
  4595. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(R∫ typeIntlText°dONLNdˇˇ(Üf
  4596. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(ƒ∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(‘∫
  4597. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(‰∫
  4598. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(fpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ("∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(2∫
  4599. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(B∫
  4600. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(`f pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ä∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ê∫
  4601. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(†∫
  4602. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+B5The Personal Information Suite)ß31ˇ ÷◊#ˇ ˇˇˇˇ#◊ 
  4603. _, Palatino
  4604. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpAccess°dONLNdˇˇ+T Description:°dONLNdˇˇ)i5the access priviliges for this attribute. This can be°dONLNdˇˇ+ )Read-Only, Read-Update, Read-Create, Read°dONLNdˇˇ)‘-°dONLNdˇˇ(ë 'Delete, Read-Update-Create, Read-Update°dONLNdˇˇ) -°dONLNdˇˇ(ù *Delete, Read-Create-Delete and Read-Write.°dONLNdˇˇ(≠¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(Ω¢
  4605. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Õ¢
  4606. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÎNpID°dONLNdˇˇ+T Description:°dONLNdˇˇ)i the unique ID for this attribute°dONLNdˇˇ( ¢Object Class ID:°dONLNdˇˇ)i cLongInteger°dONLNdˇˇ(¢
  4607. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(+¢
  4608. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(INpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i/the name (type) of this attribute. For example,°dONLNdˇˇ+ ("Mail Address", "Phone Number", "Signing°dONLNdˇˇ* Authority", etc.°dONLNdˇˇ(Å¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ë¢
  4609. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(°¢
  4610. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4611. Modifiable°dONLNdˇˇ(øNpTag°dONLNdˇˇ+T Description:°dONLNdˇˇ)i1more information on the type of data contained in°dONLNdˇˇ+ 5the attribute. The interpretation of the Tag is based°dONLNdˇˇ* ,on the pName. For example, if pName is "Mail°dONLNdˇˇ* 3Address" then pTag could be 'fax ', 'smtp', 'post',°dONLNdˇˇ*
  4612. 'ALNK',  etc.°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(¢
  4613. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(/¢
  4614. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4615. Modifiable°dONLNdˇˇ(MNpValue°dONLNdˇˇ+T Description:°dONLNdˇˇ)i the actual data of the attribute°dONLNdˇˇ(m¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(}¢
  4616. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ç¢
  4617. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4618. Modifiable°dONLNdˇˇ(±NElement Classes°dONLNdˇˇ)TNone(·N32)$/Apple Event Registry: Custom Third-Party Suitesˇ◊#ˇ ˇˇˇˇ#◊ 
  4619. _, Palatino
  4620. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È∫
  4621. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(˘∫Set Data°dONLNdˇˇ)†Inherited from cObject(·eThe Personal Information Suite)ß33ˇ \◊#ˇ ˇˇˇˇ#◊ 
  4622. _, Palatino
  4623. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4624. °dONLNdˇˇ(oN
  4625. cUserField°dONLNdˇˇ)M%—any piece of non-address information YLY˙
  4626. °dONLNdˇˇ(àN^A user field is a convenient class for information not related to address information.  When a°dONLNdˇˇ*bCI server determines how to classify information for client requests, and the client is asking for°dONLNdˇˇ*Zaddress and non-address information, all non-address information should be considered user°dONLNdˇˇ*field information.°dONLNdˇˇ*
  4627. SuperClass°dONLNdˇˇ)TcObject°dONLNdˇˇ(‚NDefault°dONLNdˇˇ*
  4628. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(‚¢ typeIntlText°dONLNdˇˇ(N
  4629. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(T¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(d¢
  4630. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(t¢
  4631. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(íNpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(≤¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(¬¢
  4632. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(“¢
  4633. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(N pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ( ¢
  4634. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(0¢
  4635. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(NNpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)the name of this user field. For example,°dONLNdˇˇ+ %"Category", "Keyword", "Salary", etc.°dONLNdˇˇ(z¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ä¢
  4636. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ö¢
  4637. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4638. Modifiable(·N34)$/Apple Event Registry: Custom Third-Party SuitesˇÚ◊#ˇ ˇˇˇˇ#◊ 
  4639. _, Palatino
  4640. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpValue°dONLNdˇˇ+T Description:°dONLNdˇˇ)i!the actual data of the user field°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô∫
  4641. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(©∫
  4642. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4643. Modifiable°dONLNdˇˇ(ÕfElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(Âf Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(%∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(5∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(E∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(U∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(e∫
  4644. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(u∫Set Data°dONLNdˇˇ)†Inherited from cObject(·eThe Personal Information Suite)ß35ˇ
  4645. z◊#ˇ ˇˇˇˇ#◊ 
  4646. _, Palatino
  4647. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4648. °dONLNdˇˇ(oN cPhoneNumber°dONLNdˇˇ)s'—a representation of a telephone number YLY˙
  4649. °dONLNdˇˇ(êNSThe cPhoneNumber object class is the class for representation of a telephone number°dONLNdˇˇ*Sin a telephone network. This is the same definition found in the Telephony Æ Suite.°dONLNdˇˇ*
  4650. Superclass°dONLNdˇˇ)UcObject (Core suite)°dONLNdˇˇ(ŒNDefault°dONLNdˇˇ*
  4651. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(Œ¢ typeIntlText°dONLNdˇˇ(N
  4652. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(N¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(^¢
  4653. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(n¢
  4654. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(åN pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(¨¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(º¢
  4655. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(â
  4656. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÍNpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(
  4657. ¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(¢
  4658. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(*¢
  4659. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(HN pCountryCode°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%The country code for the phone number°dONLNdˇˇ(h¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(x¢
  4660. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(à¢
  4661. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N36)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4662. ◊#ˇ ˇˇˇˇ#◊ 
  4663. _, Palatino
  4664. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpDialPlanRules°dONLNdˇˇ+T Description:°dONLNdˇˇ)i4A descriptor list containing typeIntlText descriptor°dONLNdˇˇ+ 4records. The items in the list specify the dial plan°dONLNdˇˇ* rules for the phone number°dONLNdˇˇ(°∫Object Class ID:°dONLNdˇˇ)icList°dONLNdˇˇ(±∫
  4665. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¡∫
  4666. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(flf
  4667. pExtension°dONLNdˇˇ+T Description:°dONLNdˇˇ)i1The extension for the phone number. The extension°dONLNdˇˇ+ *must be empty if the subscriber number and°dONLNdˇˇ* *subaddress fully specify the phone number.°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ('∫
  4668. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(7∫
  4669. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Uf pSubaddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#The subaddress for the phone number°dONLNdˇˇ(u∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(Ö∫
  4670. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ï∫
  4671. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(≥fpSubscriberNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe core for the phone number°dONLNdˇˇ(”∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(„∫
  4672. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Û∫
  4673. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(f
  4674. pTrunkCode°dONLNdˇˇ+T Description:°dONLNdˇˇ)i"The area code for the phone number°dONLNdˇˇ(1∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(A∫
  4675. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Q∫
  4676. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BÑThe Personal Information Suite)ß37ˇn◊#ˇ ˇˇˇˇ#◊ 
  4677. _, Palatino
  4678. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(ÅN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(±¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¡¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(—¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(·¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ò¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢
  4679. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N38)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4680. "◊#ˇ ˇˇˇˇ#◊ 
  4681. _, Palatino
  4682. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4683. °dONLNdˇˇ(ofcAddress°dONLNdˇˇ)C—an abstract address class YdY
  4684. °dONLNdˇˇ(êfPThe cAddress object class is the class for generically representing all types of°dONLNdˇˇ*>addresses for entities, and as such should never really exist.°dONLNdˇˇ*
  4685. SuperClass°dONLNdˇˇ)TcObject°dONLNdˇˇ(ŒfDefault°dONLNdˇˇ*
  4686. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(Œ∫ typeIntlText°dONLNdˇˇ(f
  4687. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(@∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(P∫
  4688. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(`∫
  4689. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(~fpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(û∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(Æ∫
  4690. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(æ∫
  4691. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(‹f pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(¸∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ( ∫
  4692. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  4693. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(:fpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee°dONLNdˇˇ(Z∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(j∫
  4694. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(z∫
  4695. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+B[The Personal Information Suite)ß39ˇ    ,◊#ˇ ˇˇˇˇ#◊ 
  4696. _, Palatino
  4697. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of addressee°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô¢
  4698. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(©¢
  4699. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(˜¢
  4700. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¢
  4701. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U¢
  4702. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(e¢
  4703. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(âNElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(°N Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(—¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(·¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ò¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(!¢
  4704. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(1¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N40)$/Apple Event Registry: Custom Third-Party Suitesˇ l◊#ˇ ˇˇˇˇ#◊ 
  4705. _, Palatino
  4706. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4707. °dONLNdˇˇ(of cMailAddress°dONLNdˇˇ)e—a representation of an address YdY
  4708. °dONLNdˇˇ(êfVThe cMailAddress object class is the class for the representation of a destination for°dONLNdˇˇ*Ra electronic letter.  In addition to the information necessary for the appropriate°dONLNdˇˇ*Lmail transport to deliver the letter, cMailAddress includes the name, and if°dONLNdˇˇ*Rappropriate, the type of destination being  mailed to.  Note that the cMailAddress°dONLNdˇˇ*Lhere is identical to the one found in the Mail suite except that no pName is°dONLNdˇˇ*Qsupported in the Mail suite.  Also, note that any subclass of cMailAddress can be°dONLNdˇˇ*Pcoersed and returned as a cMailAddress object, in addition to any other coersion°dONLNdˇˇ*types available.°dONLNdˇˇ*
  4709. Superclass°dONLNdˇˇ)TcObject°dONLNdˇˇ("fDefault°dONLNdˇˇ*
  4710. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ("∫ typeIntlText°dONLNdˇˇ(df
  4711. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(¢∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(≤∫
  4712. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(¬∫
  4713. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(‡fpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(∫
  4714. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ( ∫
  4715. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(>f pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(^∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(n∫
  4716. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(~∫
  4717. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(úfpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee+B5The Personal Information Suite)ß41ˇ |◊#ˇ ˇˇˇˇ#◊ 
  4718. _, Palatino
  4719. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(i¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(y¢
  4720. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(â¢
  4721. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ßNpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i,The type of the addressee. For Mail, this is°dONLNdˇˇ+ normally 'User'.°dONLNdˇˇ(”¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(„¢
  4722. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(Û¢
  4723. Modifiable or°dONLNdˇˇ*Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(N pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(5¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(E¢
  4724. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(U¢
  4725. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(sN pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(ì¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(£¢
  4726. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(≥¢
  4727. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(—NpAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+The actual address of the type specified by°dONLNdˇˇ+ .pAddressType in the address space specified by°dONLNdˇˇ* pDirectory.°dONLNdˇˇ(    ¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(¢
  4728. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ()¢
  4729. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(GN
  4730. pDirectory°dONLNdˇˇ+T Description:°dONLNdˇˇ)i/The name of the address space or the subaddress°dONLNdˇˇ+ 2space specified as a path within the address space°dONLNdˇˇ* 3for direct addressing or the directory or directory°dONLNdˇˇ* "node path for indirect addressing.°dONLNdˇˇ(ã¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(õ¢
  4731. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(´¢
  4732. Modifiable or(·N42)$/Apple Event Registry: Custom Third-Party Suitesˇ¨◊#ˇ ˇˇˇˇ#◊ 
  4733. _, Palatino
  4734. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(i∫Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ({fpDirectoryType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+The type of the address space or directory.°dONLNdˇˇ(õ∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(´∫
  4735. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ª∫
  4736. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Ÿf pDirectoryID°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The unique ID of the address space or directory.°dONLNdˇˇ(˘∫Object Class ID:°dONLNdˇˇ)i cLongInteger°dONLNdˇˇ(    ∫
  4737. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(∫
  4738. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(=fElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(Uf Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Clone°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ö∫Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ï∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(•∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(µ∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(≈∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(’∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Â∫
  4739. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ı∫Move°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(∫Set Data°dONLNdˇˇ)†Inherited from cObject+ ‹The Personal Information Suite)ß43ˇ
  4740. <◊#ˇ ˇˇˇˇ#◊ 
  4741. _, Palatino
  4742. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4743. °dONLNdˇˇ(oNcPostalAddress°dONLNdˇˇ)o#—a postal address  used by couriers YLY˙
  4744. °dONLNdˇˇ(àNUThis is a postal address.   It is an alternate representation of a cMailAddress whose°dONLNdˇˇ*pAddressType is 'post'.°dONLNdˇˇ*
  4745. SuperClass°dONLNdˇˇ)T cMailAddress°dONLNdˇˇ(ΔNDefault°dONLNdˇˇ*
  4746. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(Δ¢ typeIntlText°dONLNdˇˇ(˙N
  4747. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(8¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(H¢
  4748. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(X¢
  4749. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(vNpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(ñ¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(¶¢
  4750. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∂¢
  4751. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(‘N pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ù¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(¢
  4752. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(¢
  4753. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(2NpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee°dONLNdˇˇ(R¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(b¢
  4754. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(r¢
  4755. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N44)$/Apple Event Registry: Custom Third-Party Suitesˇ
  4756. r◊#ˇ ˇˇˇˇ#◊ 
  4757. _, Palatino
  4758. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of addressee°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô∫
  4759. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(©∫
  4760. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«f pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(Á∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(˜∫
  4761. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(∫
  4762. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%f pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(E∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U∫
  4763. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(e∫
  4764. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Éf pRoomNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-the room number, suite, apartment number, etc°dONLNdˇˇ(£∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(≥∫
  4765. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(√∫
  4766. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4767. Modifiable°dONLNdˇˇ(·fpBuildingNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe building number°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(∫
  4768. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(!∫
  4769. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4770. Modifiable°dONLNdˇˇ(?fpStreet°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe street name°dONLNdˇˇ(_∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(o∫
  4771. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(∫
  4772. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4773. Modifiable+BVThe Personal Information Suite)ß45ˇ
  4774. ò◊#ˇ ˇˇˇˇ#◊ 
  4775. _, Palatino
  4776. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpCity°dONLNdˇˇ+T Description:°dONLNdˇˇ)i
  4777. the city name°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô¢
  4778. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(©¢
  4779. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4780. Modifiable°dONLNdˇˇ(«NpStateProvince°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe state or province°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(˜¢
  4781. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¢
  4782. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4783. Modifiable°dONLNdˇˇ(%NpCountry°dONLNdˇˇ+T Description:°dONLNdˇˇ)i the country°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U¢
  4784. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(e¢
  4785. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4786. Modifiable°dONLNdˇˇ(ÉN pPostalCode°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe zip code or equivalent°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(≥¢
  4787. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(√¢
  4788. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4789. Modifiable°dONLNdˇˇ(ÁNElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(ˇN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(/¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(?¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(O¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(_¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(o¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢
  4790. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(è¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N46)$/Apple Event Registry: Custom Third-Party Suitesˇ    Δ◊#ˇ ˇˇˇˇ#◊ 
  4791. _, Palatino
  4792. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4793. °dONLNdˇˇ(of cFAXAddress°dONLNdˇˇ)c—a FAX address YdY
  4794. °dONLNdˇˇ(àfCThis is a telephone number designated to receive FAX transmissions.°dONLNdˇˇ*
  4795. SuperClass°dONLNdˇˇ)T cMailAddress°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  4796. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫ typeIntlText°dONLNdˇˇ(Ïf
  4797. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  4798. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  4799. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  4800. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  4801. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  4802. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  4803. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($fpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(T∫
  4804. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(d∫
  4805. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß47ˇ
  4806. ¯◊#ˇ ˇˇˇˇ#◊ 
  4807. _, Palatino
  4808. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of addressee°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô¢
  4809. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(©¢
  4810. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(˜¢
  4811. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(¢
  4812. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U¢
  4813. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(e¢
  4814. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉN pPhoneNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe actual FAX telephone number°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)i cPhoneNumber°dONLNdˇˇ(≥¢
  4815. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(√¢
  4816. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4817. Modifiable°dONLNdˇˇ(ÁNElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(ˇN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(/¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(?¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(O¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(_¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(o¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢
  4818. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(è¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N48)$/Apple Event Registry: Custom Third-Party Suitesˇ    Δ◊#ˇ ˇˇˇˇ#◊ 
  4819. _, Palatino
  4820. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4821. °dONLNdˇˇ(of
  4822. cPhoneAddress°dONLNdˇˇ)r—a telephone address YdY
  4823. °dONLNdˇˇ(àf:This is a phone number designated for voice communication.°dONLNdˇˇ*
  4824. SuperClass°dONLNdˇˇ)T cMailAddress°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  4825. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫ typeIntlText°dONLNdˇˇ(Ïf
  4826. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  4827. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  4828. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  4829. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  4830. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  4831. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  4832. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($fpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(T∫
  4833. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(d∫
  4834. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß49ˇ
  4835. ◊#ˇ ˇˇˇˇ#◊ 
  4836. _, Palatino
  4837. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of addressee°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô¢
  4838. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(©¢
  4839. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(˜¢
  4840. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(¢
  4841. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U¢
  4842. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(e¢
  4843. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉN pPhoneNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe actual phone number°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)i cPhoneNumber°dONLNdˇˇ(≥¢
  4844. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(√¢
  4845. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4846. Modifiable°dONLNdˇˇ(ÁNElement Classes°dONLNdˇˇ)TNone°dONLNdˇˇ(ˇN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(/¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(?¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(O¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(_¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(o¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢
  4847. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(è¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N50)$/Apple Event Registry: Custom Third-Party Suitesˇ    Ê◊#ˇ ˇˇˇˇ#◊ 
  4848. _, Palatino
  4849. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  4850. °dONLNdˇˇ(ofcBeeperAddress°dONLNdˇˇ)v—a beeper address YdY
  4851. °dONLNdˇˇ(àfXThis is a phone number designated to receive simple commands and page a wireless beeper.°dONLNdˇˇ*
  4852. SuperClass°dONLNdˇˇ)T
  4853. cPhoneAddress°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  4854. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫ typeIntlText°dONLNdˇˇ(Ïf
  4855. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  4856. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  4857. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  4858. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  4859. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  4860. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  4861. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($fpAddresseeName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the addressee°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(T∫
  4862. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(d∫
  4863. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß51ˇ    Ç◊#ˇ ˇˇˇˇ#◊ 
  4864. _, Palatino
  4865. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpAddresseeType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of addressee°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ô¢
  4866. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(©¢
  4867. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pAddressType°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe type of the address°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(˜¢
  4868. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(¢
  4869. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pAddressName°dONLNdˇˇ+T Description:°dONLNdˇˇ)iThe name of the address°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(U¢
  4870. Inherited?°dONLNdˇˇ)iYes, from cAddress°dONLNdˇˇ(e¢
  4871. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉN pPhoneNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)i"the actual beeper telephone number°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)i cPhoneNumber°dONLNdˇˇ(≥¢
  4872. Inherited?°dONLNdˇˇ)iYes, from cPhoneAddress°dONLNdˇˇ(√¢
  4873. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4874. Modifiable°dONLNdˇˇ(·N
  4875. pPINNumber°dONLNdˇˇ+T Description:°dONLNdˇˇ)i4the PIN number that identifies the beeper subscriber°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(¢
  4876. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(!¢
  4877. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4878. Modifiable°dONLNdˇˇ(ENElement Classes°dONLNdˇˇ)TNone(·N52)$/Apple Event Registry: Custom Third-Party Suitesˇ◊#ˇ ˇˇˇˇ#◊ 
  4879. _, Palatino
  4880. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È∫
  4881. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(˘∫Set Data°dONLNdˇˇ)†Inherited from cObject(·eThe Personal Information Suite)ß53ˇ ¿◊#ˇ ˇˇˇˇ#◊ 
  4882. _, Palatino
  4883. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4884. °dONLNdˇˇ(oNcEntity°dONLNdˇˇ)3,—an abstract "thing" with address properties YLY˙
  4885. °dONLNdˇˇ(àN\An entity is anything that physically or virtually exists in a number of address spaces.  An°dONLNdˇˇ*]entity object is defined as something with a name and at least one default address (store-and°dONLNdˇˇ(ñÔ-°dONLNdˇˇ(§NZforward), but probably with two default addresses (store-and-forward and realtime).  NOTE:°dONLNdˇˇ*]This class should NEVER be instanciated as an object by itself, but is used to iterate over a°dONLNdˇˇ*group of like items.°dONLNdˇˇ*
  4886. SuperClass°dONLNdˇˇ)TcRow (Table suite)°dONLNdˇˇ(NDefault°dONLNdˇˇ*
  4887. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(¢
  4888. typeEntity°dONLNdˇˇ($N
  4889. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(b¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(r¢
  4890. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(Ç¢
  4891. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(†NpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(¿¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(–¢
  4892. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(‡¢
  4893. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(˛N pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(.¢
  4894. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(>¢
  4895. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(\N    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this entity°dONLNdˇˇ(|¢Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(å¢
  4896. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(ú¢
  4897. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N54)$/Apple Event Registry: Custom Third-Party SuitesˇÙ◊#ˇ ˇˇˇˇ#◊ 
  4898. _, Palatino
  4899. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe name of this entity°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô∫
  4900. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©∫
  4901. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«f pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)isee the Table Suite°dONLNdˇˇ(Á∫Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(˜∫
  4902. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(∫
  4903. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%f pEntityType°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe enumerated type of entity°dONLNdˇˇ(E∫Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(U∫
  4904. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(e∫
  4905. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉfpPrimaryRealTimeAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the primary real time address (ie phone #)°dONLNdˇˇ(£∫Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(≥∫
  4906. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(√∫
  4907. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4908. Modifiable°dONLNdˇˇ(·fpPrimaryMailAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the primary mail address of this entity°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(∫
  4909. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(!∫
  4910. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4911. Modifiable+B¥The Personal Information Suite)ß55ˇ¶◊#ˇ ˇˇˇˇ#◊ 
  4912. _, Palatino
  4913. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNElement Classes°dONLNdˇˇ*cAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%the various addresses for this person°dONLNdˇˇ(•¢
  4914. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(µ¢
  4915. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4916. Modifiable°dONLNdˇˇ(—¢
  4917. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest, formPreferred°dONLNdˇˇ(˘N
  4918. cUserField°dONLNdˇˇ+T Description:°dONLNdˇˇ)i$the non-address data for this entity°dONLNdˇˇ(¢
  4919. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ()¢
  4920. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4921. Modifiable°dONLNdˇˇ(E¢
  4922. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(mN
  4923. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(ç¢
  4924. Inherited?°dONLNdˇˇ)iYes, from cCIRecord°dONLNdˇˇ(ù¢
  4925. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4926. Modifiable°dONLNdˇˇ(π¢
  4927. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(·NcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(¢
  4928. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(¢
  4929. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4930. Modifiable°dONLNdˇˇ(-¢
  4931. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest(·N56)$/Apple Event Registry: Custom Third-Party SuitesˇÓ◊#ˇ ˇˇˇˇ#◊ 
  4932. _, Palatino
  4933. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô∫Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©∫Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π∫Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…∫Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ∫Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È∫
  4934. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(˘∫Set Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(fNotes°dONLNdˇˇ)TCcEntity is never instanciated (sp?) by the server program as a real°dONLNdˇˇ*Eobject, but is defined as an abstract class to make iteration easier.(·eThe Personal Information Suite)ß57ˇ    ÷◊#ˇ ˇˇˇˇ#◊ 
  4935. _, Palatino
  4936. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  4937. °dONLNdˇˇ(oNcPerson°dONLNdˇˇ)9    —a person YLY˙
  4938. °dONLNdˇˇ(àNOThis is a person, not place, thing, animal, or vegatable, but an actual person.°dONLNdˇˇ*
  4939. SuperClass°dONLNdˇˇ)TcEntity°dONLNdˇˇ(∏NDefault°dONLNdˇˇ*
  4940. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏¢
  4941. typePerson°dONLNdˇˇ(ÏN
  4942. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:¢
  4943. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J¢
  4944. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hNpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò¢
  4945. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®¢
  4946. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ΔN pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê¢Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ¢
  4947. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(¢
  4948. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($N    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this entity°dONLNdˇˇ(D¢Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(T¢
  4949. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(d¢
  4950. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable(·N58)$/Apple Event Registry: Custom Third-Party Suitesˇ $◊#ˇ ˇˇˇˇ#◊ 
  4951. _, Palatino
  4952. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe name of this entity°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô∫
  4953. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©∫
  4954. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«f pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)isee the Table Suite°dONLNdˇˇ(Á∫Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(˜∫
  4955. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(∫
  4956. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%f pEntityType°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe enumerated type of entity°dONLNdˇˇ(E∫Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(U∫
  4957. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(e∫
  4958. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉfpPrimaryRealTimeAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the primary real time address (ie phone #)°dONLNdˇˇ(£∫Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(≥∫
  4959. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(√∫
  4960. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4961. Modifiable°dONLNdˇˇ(·fpPrimaryMailAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the primary mail address of this entity°dONLNdˇˇ(∫Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(∫
  4962. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(!∫
  4963. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4964. Modifiable°dONLNdˇˇ(?fpPrimaryIndexingName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0the part of the name used first when indexing or°dONLNdˇˇ+ 2sorting, is equivalent to the last name in the USA°dONLNdˇˇ(k∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ({∫
  4965. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ã∫
  4966. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4967. Modifiable+BJThe Personal Information Suite)ß59ˇ    :◊#ˇ ˇˇˇˇ#◊ 
  4968. _, Palatino
  4969. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpSecondaryIndexingName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i1the part of the name used second when indexing or°dONLNdˇˇ+ 4sorting, is equivalent to the first name used in the°dONLNdˇˇ* USA°dONLNdˇˇ(°¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(±¢
  4970. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¡¢
  4971. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4972. Modifiable°dONLNdˇˇ(flNpTertiaryIndexingName°dONLNdˇˇ+T Description:°dONLNdˇˇ)i.another part of the name used when indexing or°dONLNdˇˇ+ 5sorting, is equivalent to the middle name used in the°dONLNdˇˇ* USA°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ('¢
  4973. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(7¢
  4974. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4975. Modifiable°dONLNdˇˇ([NElement Classes°dONLNdˇˇ*cAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%the various addresses for this person°dONLNdˇˇ(ó¢
  4976. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(ߢ
  4977. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4978. Modifiable°dONLNdˇˇ(√¢
  4979. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest, formPreferred°dONLNdˇˇ(ÎN
  4980. cUserField°dONLNdˇˇ+T Description:°dONLNdˇˇ)i$the non-address data for this entity°dONLNdˇˇ( ¢
  4981. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(¢
  4982. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4983. Modifiable°dONLNdˇˇ(7¢
  4984. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest(·N60)$/Apple Event Registry: Custom Third-Party Suitesˇd◊#ˇ ˇˇˇˇ#◊ 
  4985. _, Palatino
  4986. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if
  4987. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(â∫
  4988. Inherited?°dONLNdˇˇ)iYes, from cCIRecord°dONLNdˇˇ(ô∫
  4989. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4990. Modifiable°dONLNdˇˇ(µ∫
  4991. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(›fcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(˝∫
  4992. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(
  4993. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4994. Modifiable°dONLNdˇˇ()∫
  4995. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(Qf
  4996. cOrganization°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0the organizations this person belongs to, if any°dONLNdˇˇ(q∫
  4997. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Å∫
  4998. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  4999. Modifiable°dONLNdˇˇ(ù∫
  5000. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(≈f    cLocation°dONLNdˇˇ+T Description:°dONLNdˇˇ)i(the locations that this person may go/be°dONLNdˇˇ(Â∫
  5001. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ı∫
  5002. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5003. Modifiable°dONLNdˇˇ(∫
  5004. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest+AƒThe Personal Information Suite)ß61ˇ◊#ˇ ˇˇˇˇ#◊ 
  5005. _, Palatino
  5006. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È¢
  5007. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(˘¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N62)$/Apple Event Registry: Custom Third-Party Suitesˇ    ¢◊#ˇ ˇˇˇˇ#◊ 
  5008. _, Palatino
  5009. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5010. °dONLNdˇˇ(of
  5011. cEquipment°dONLNdˇˇ)Y—a resource of some type YdY
  5012. °dONLNdˇˇ(àfThis is a piece of equipment.°dONLNdˇˇ*
  5013. SuperClass°dONLNdˇˇ)TcEntity°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  5014. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫
  5015. typeEquipment°dONLNdˇˇ(Ïf
  5016. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  5017. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  5018. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  5019. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  5020. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  5021. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  5022. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($f    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this resource°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(T∫
  5023. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(d∫
  5024. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß63ˇ
  5025. Ã◊#ˇ ˇˇˇˇ#◊ 
  5026. _, Palatino
  5027. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe name of this entity°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô¢
  5028. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©¢
  5029. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)isee the Table Suite°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(˜¢
  5030. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(¢
  5031. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pEntityType°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe enumerated type of entity°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(U¢
  5032. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(e¢
  5033. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉNpPrimaryRealTimeAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the primary real time address (ie phone #)°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(≥¢
  5034. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(√¢
  5035. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5036. Modifiable°dONLNdˇˇ(·NpPrimaryMailAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the primary mail address of this entity°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(¢
  5037. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(!¢
  5038. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5039. Modifiable°dONLNdˇˇ(?NpManager°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe manager of the resource°dONLNdˇˇ(_¢Object Class ID:°dONLNdˇˇ)icPerson°dONLNdˇˇ(o¢
  5040. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¢
  5041. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5042. Modifiable(·N64)$/Apple Event Registry: Custom Third-Party Suitesˇ
  5043. F◊#ˇ ˇˇˇˇ#◊ 
  5044. _, Palatino
  5045. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpTypeOfEquipment°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe type of equipment°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô∫
  5046. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(©∫
  5047. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5048. Modifiable°dONLNdˇˇ(ÕfElement Classes°dONLNdˇˇ*cAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%the various addresses for this person°dONLNdˇˇ(    ∫
  5049. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(∫
  5050. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5051. Modifiable°dONLNdˇˇ(5∫
  5052. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest, formPreferred°dONLNdˇˇ(]f
  5053. cUserField°dONLNdˇˇ+T Description:°dONLNdˇˇ)i$the non-address data for this entity°dONLNdˇˇ(}∫
  5054. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(ç∫
  5055. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5056. Modifiable°dONLNdˇˇ(©∫
  5057. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(—f
  5058. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(Ò∫
  5059. Inherited?°dONLNdˇˇ)iYes, from cCIRecord°dONLNdˇˇ(∫
  5060. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5061. Modifiable°dONLNdˇˇ(∫
  5062. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(EfcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(e∫
  5063. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(u∫
  5064. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5065. Modifiable°dONLNdˇˇ(ë∫
  5066. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest+ADThe Personal Information Suite)ß65ˇ◊#ˇ ˇˇˇˇ#◊ 
  5067. _, Palatino
  5068. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN
  5069. cOrganization°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0the organizations this person belongs to, if any°dONLNdˇˇ(â¢
  5070. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(ô¢
  5071. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5072. Modifiable°dONLNdˇˇ(µ¢
  5073. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(ŸN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(    ¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ()¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(9¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(I¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Y¢
  5074. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(i¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N66)$/Apple Event Registry: Custom Third-Party Suitesˇ    Ê◊#ˇ ˇˇˇˇ#◊ 
  5075. _, Palatino
  5076. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5077. °dONLNdˇˇ(of    cLocation°dONLNdˇˇ)F&—a physical place containing cEntities YdY
  5078. °dONLNdˇˇ(àfWThis is a specific location, such as a conference room, a labratory, a dance hall, etc.°dONLNdˇˇ*
  5079. SuperClass°dONLNdˇˇ)TcEntity°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  5080. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫ typeLocation°dONLNdˇˇ(Ïf
  5081. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  5082. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  5083. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  5084. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  5085. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  5086. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  5087. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($f    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this entity°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(T∫
  5088. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(d∫
  5089. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß67ˇ
  5090. Ã◊#ˇ ˇˇˇˇ#◊ 
  5091. _, Palatino
  5092. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe name of this entity°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô¢
  5093. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©¢
  5094. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)isee the Table Suite°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(˜¢
  5095. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(¢
  5096. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pEntityType°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe enumerated type of entity°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(U¢
  5097. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(e¢
  5098. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉNpPrimaryRealTimeAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the primary real time address (ie phone #)°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(≥¢
  5099. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(√¢
  5100. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5101. Modifiable°dONLNdˇˇ(·NpPrimaryMailAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the primary mail address of this entity°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(¢
  5102. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(!¢
  5103. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5104. Modifiable°dONLNdˇˇ(?NpManager°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe manager of the resource°dONLNdˇˇ(_¢Object Class ID:°dONLNdˇˇ)icPerson°dONLNdˇˇ(o¢
  5105. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¢
  5106. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5107. Modifiable(·N68)$/Apple Event Registry: Custom Third-Party Suitesˇ
  5108. Z◊#ˇ ˇˇˇˇ#◊ 
  5109. _, Palatino
  5110. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpLocationCapacity°dONLNdˇˇ+T Description:°dONLNdˇˇ)i+the maximum number of occupants at one time°dONLNdˇˇ(â∫Object Class ID:°dONLNdˇˇ)icInteger°dONLNdˇˇ(ô∫
  5111. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(©∫
  5112. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5113. Modifiable°dONLNdˇˇ(ÕfElement Classes°dONLNdˇˇ*cAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%the various addresses for this person°dONLNdˇˇ(    ∫
  5114. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(∫
  5115. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5116. Modifiable°dONLNdˇˇ(5∫
  5117. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest, formPreferred°dONLNdˇˇ(]f
  5118. cUserField°dONLNdˇˇ+T Description:°dONLNdˇˇ)i$the non-address data for this entity°dONLNdˇˇ(}∫
  5119. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(ç∫
  5120. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5121. Modifiable°dONLNdˇˇ(©∫
  5122. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(—f
  5123. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(Ò∫
  5124. Inherited?°dONLNdˇˇ)iYes, from cCIRecord°dONLNdˇˇ(∫
  5125. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5126. Modifiable°dONLNdˇˇ(∫
  5127. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(EfcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(e∫
  5128. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(u∫
  5129. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5130. Modifiable°dONLNdˇˇ(ë∫
  5131. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest+ADThe Personal Information Suite)ß69ˇ"◊#ˇ ˇˇˇˇ#◊ 
  5132. _, Palatino
  5133. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNcEntity°dONLNdˇˇ+T Description:°dONLNdˇˇ)i,the various people, equipment, and locations°dONLNdˇˇ+ !associated with this organization°dONLNdˇˇ(ï¢
  5134. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(•¢
  5135. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5136. Modifiable°dONLNdˇˇ(¡¢
  5137. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(ÈN
  5138. cOrganization°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0the organizations this person belongs to, if any°dONLNdˇˇ(    ¢
  5139. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(¢
  5140. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5141. Modifiable°dONLNdˇˇ(5¢
  5142. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(YN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(â¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(ô¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(©¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(π¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(…¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(Ÿ¢
  5143. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(È¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N70)$/Apple Event Registry: Custom Third-Party Suitesˇ    –◊#ˇ ˇˇˇˇ#◊ 
  5144. _, Palatino
  5145. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5146. °dONLNdˇˇ(of
  5147. cOrganization°dONLNdˇˇ)g!—an collection of other cEntities YdY
  5148. °dONLNdˇˇ(àfAThis class can represent business, companies, groups, clubs, etc.°dONLNdˇˇ*
  5149. SuperClass°dONLNdˇˇ)TcEntity°dONLNdˇˇ(∏fDefault°dONLNdˇˇ*
  5150. Descriptor°dONLNdˇˇ*Type°dONLNdˇˇ(∏∫ typeLocation°dONLNdˇˇ(Ïf
  5151. Properties°dONLNdˇˇ*    pBestType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i-The descriptor type that can contain the most°dONLNdˇˇ+ -information from objects of this object class°dONLNdˇˇ(*∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(:∫
  5152. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(J∫
  5153. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(hfpClass°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The four-character class ID for the object class°dONLNdˇˇ(à∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ò∫
  5154. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(®∫
  5155. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(Δf pDefaultType°dONLNdˇˇ+T Description:°dONLNdˇˇ)i0The default descriptor type for the object class°dONLNdˇˇ(Ê∫Object Class ID:°dONLNdˇˇ)icType°dONLNdˇˇ(ˆ∫
  5156. Inherited?°dONLNdˇˇ)iYes, from cObject°dONLNdˇˇ(∫
  5157. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ($f    pUniqueID°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe unique ID for this entity°dONLNdˇˇ(D∫Object Class ID:°dONLNdˇˇ)icText°dONLNdˇˇ(T∫
  5158. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(d∫
  5159. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable+BqThe Personal Information Suite)ß71ˇ    6◊#ˇ ˇˇˇˇ#◊ 
  5160. _, Palatino
  5161. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNpName°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe name of this entity°dONLNdˇˇ(â¢Object Class ID:°dONLNdˇˇ)i    cIntlText°dONLNdˇˇ(ô¢
  5162. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(©¢
  5163. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(«N pProtection°dONLNdˇˇ+T Description:°dONLNdˇˇ)isee the Table Suite°dONLNdˇˇ(Á¢Object Class ID:°dONLNdˇˇ)icEnum°dONLNdˇˇ(˜¢
  5164. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(¢
  5165. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(%N pEntityType°dONLNdˇˇ+T Description:°dONLNdˇˇ)ithe enumerated type of entity°dONLNdˇˇ(E¢Object Class ID:°dONLNdˇˇ)i cEnumeration°dONLNdˇˇ(U¢
  5166. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(e¢
  5167. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)iNon-modifiable°dONLNdˇˇ(ÉNpPrimaryRealTimeAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the primary real time address (ie phone #)°dONLNdˇˇ(£¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(≥¢
  5168. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(√¢
  5169. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5170. Modifiable°dONLNdˇˇ(·NpPrimaryMailAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the primary mail address of this entity°dONLNdˇˇ(¢Object Class ID:°dONLNdˇˇ)icAddress°dONLNdˇˇ(¢
  5171. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(!¢
  5172. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5173. Modifiable(·N72)$/Apple Event Registry: Custom Third-Party Suitesˇ
  5174. é◊#ˇ ˇˇˇˇ#◊ 
  5175. _, Palatino
  5176. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifElement Classes°dONLNdˇˇ*cAddress°dONLNdˇˇ+T Description:°dONLNdˇˇ)i%the various addresses for this person°dONLNdˇˇ(•∫
  5177. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ(µ∫
  5178. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5179. Modifiable°dONLNdˇˇ(—∫
  5180. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest, formPreferred°dONLNdˇˇ(˘f
  5181. cUserField°dONLNdˇˇ+T Description:°dONLNdˇˇ)i$the non-address data for this entity°dONLNdˇˇ(∫
  5182. Inherited?°dONLNdˇˇ)iYes, from cEntity°dONLNdˇˇ()∫
  5183. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5184. Modifiable°dONLNdˇˇ(E∫
  5185. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(mf
  5186. cAttribute°dONLNdˇˇ+T Description:°dONLNdˇˇ)i)an attribute conatined within this record°dONLNdˇˇ(ç∫
  5187. Inherited?°dONLNdˇˇ)iYes, from cCIRecord°dONLNdˇˇ(ù∫
  5188. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5189. Modifiable°dONLNdˇˇ(π∫
  5190. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(·fcCell°dONLNdˇˇ+T Description:°dONLNdˇˇ)i#a cell contained within this record°dONLNdˇˇ(∫
  5191. Inherited?°dONLNdˇˇ)iYes, from cRow°dONLNdˇˇ(∫
  5192. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5193. Modifiable°dONLNdˇˇ(-∫
  5194. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(UfcEntity°dONLNdˇˇ+T Description:°dONLNdˇˇ)i.the entities associated with this organization°dONLNdˇˇ(u∫
  5195. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(Ö∫
  5196. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5197. Modifiable°dONLNdˇˇ(°∫
  5198. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest+A4The Personal Information Suite)ß73ˇ
  5199. :◊#ˇ ˇˇˇˇ#◊ 
  5200. _, Palatino
  5201. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iNcPerson°dONLNdˇˇ+T Description:°dONLNdˇˇ)i'the various people associated with this°dONLNdˇˇ+ organization°dONLNdˇˇ(ï¢
  5202. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(•¢
  5203. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5204. Modifiable°dONLNdˇˇ(¡¢
  5205. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(ÈN    cLocation°dONLNdˇˇ+T Description:°dONLNdˇˇ)i*the various locations associated with this°dONLNdˇˇ+ organization°dONLNdˇˇ(¢
  5206. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(%¢
  5207. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5208. Modifiable°dONLNdˇˇ(A¢
  5209. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(iN
  5210. cOrganization°dONLNdˇˇ+T Description:°dONLNdˇˇ)i2the various sub organizations associated with this°dONLNdˇˇ+ organization°dONLNdˇˇ(ï¢
  5211. Inherited?°dONLNdˇˇ)iNo°dONLNdˇˇ(•¢
  5212. Modifiable or°dONLNdˇˇ* Non-modifiable?°dONLNdˇˇ)i
  5213. Modifiable°dONLNdˇˇ(¡¢
  5214. Key Forms:°dONLNdˇˇ)i*formAbsolutePosition, formName, formRange,°dONLNdˇˇ+ formTest°dONLNdˇˇ(ÂN Apple Events°dONLNdˇˇ+T!Apple events from the Core suite:°dONLNdˇˇ*Count Elements°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(¢Create Element°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(%¢Delete°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(5¢Do Objects Exist°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(E¢Get Class Info°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(U¢Get Data°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(e¢
  5215. Get Data Size°dONLNdˇˇ)†Inherited from cObject°dONLNdˇˇ(u¢Set Data°dONLNdˇˇ)†Inherited from cObject(·N74)$/Apple Event Registry: Custom Third-Party SuitesˇT◊#ˇ ˇˇˇˇ#◊ 
  5216. _, Palatino
  5217. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5218. °dONLNdˇˇ(of9Descriptor types defined in the Collaborative Information YdY°dONLNdˇˇ*suite
  5219. °dONLNdˇˇ*!TThe descriptor types defined in the Collaborative Information suite are described in°dONLNdˇˇ*=the following sections. Table 4 lists these descriptor types.,
  5220.  
  5221. Zapf Dingbats
  5222. °dONLNdˇˇ**n
  5223. °dONLNdˇˇ+Table 4°dONLNdˇˇ):?Descriptor types defined in the Collaborative Information suite
  5224.     °dONLNdˇˇ(˘fDescriptor type°dONLNdˇˇ)} Description ÌdÌ ˝d˝
  5225. °dONLNdˇˇ(ftypePhoneNumber°dONLNdˇˇ)}A phone number descriptor°dONLNdˇˇ(f
  5226. typeAttribute°dONLNdˇˇ)}an attribute descriptor°dONLNdˇˇ(/f typeAddress°dONLNdˇˇ)}an address descriptor°dONLNdˇˇ(?f
  5227. typeUserField°dONLNdˇˇ)}an address descriptor°dONLNdˇˇ(OftypePostalAddress°dONLNdˇˇ)}a postal address descriptor°dONLNdˇˇ(_ftypePhoneAddress°dONLNdˇˇ)}A phone address°dONLNdˇˇ(oftypeMailAddress°dONLNdˇˇ)}a mail address descriptor°dONLNdˇˇ(f
  5228. typeEntity°dONLNdˇˇ)}an entity descriptor°dONLNdˇˇ(èf
  5229. typePerson°dONLNdˇˇ)}a person descriptor°dONLNdˇˇ(üf
  5230. typeEquipment°dONLNdˇˇ)}an equipment descriptor°dONLNdˇˇ(Øf typeLocation°dONLNdˇˇ)}a location descriptor(·eThe Personal Information Suite)ß75ˇ    ¯◊#ˇ ˇˇˇˇ#◊ 
  5231. _, Palatino
  5232. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5233. °dONLNdˇˇ(oNtypePhoneNumber°dONLNdˇˇ)å—a phone number descriptor YLY˙
  5234. °dONLNdˇˇ(êNPA typePhoneNumber descriptor record contains the data for a cPhoneNumber object.°dONLNdˇˇ*OIt includes all the information necessary to recreate the original cPhoneNumber°dONLNdˇˇ*object.°dONLNdˇˇ* Description°dONLNdˇˇ)T?To create a typePhoneNumber descriptor record, you coerce an AE°dONLNdˇˇ*:record containing the following fields into the equivalent°dONLNdˇˇ*"typePhoneNumber descriptor record:
  5235.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)uDescriptor type°dONLNdˇˇ)O Description Ï†Ï˙ ¸†¸˙
  5236. °dONLNdˇˇ(¢keyAECountryCode°dONLNdˇˇ)x typeIntlText°dONLNdˇˇ)Lthe phone number country code°dONLNdˇˇ(¢keyAEDialPlanRules°dONLNdˇˇ)x
  5237. typeAEList°dONLNdˇˇ)Lthe phone number's list of°dONLNdˇˇ*dial plan rules°dONLNdˇˇ(<¢keyAEExtension°dONLNdˇˇ)x typeIntlText°dONLNdˇˇ)Lthe phone number extension°dONLNdˇˇ(L¢keyAESubscriberNumber°dONLNdˇˇ)x typeIntlText°dONLNdˇˇ)Lthe phone number subscriber°dONLNdˇˇ*number°dONLNdˇˇ(j¢keyAESubaddress°dONLNdˇˇ)x typeIntlText°dONLNdˇˇ)Lthe phone number sub-address°dONLNdˇˇ(z¢keyAETrunkCode°dONLNdˇˇ)x typeIntlText°dONLNdˇˇ)Lthe phone number trunk code°dONLNdˇˇ*(typically the area code)°dONLNdˇˇ(û¢=Normally kAECountryCode contains the appropriate PSTN country°dONLNdˇˇ*7code. If the phone number specified is not on the PSTN,°dONLNdˇˇ*;kAECountryCode identifies the network the party is on. (The°dONLNdˇˇ*ATelephony Apple event server must be capable of supporting this.)°dONLNdˇˇ*?Note that the Apple Event Manager can coerce any AE record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.(·N76)$/Apple Event Registry: Custom Third-Party Suitesˇí◊#ˇ ˇˇˇˇ#◊ 
  5238. _, Palatino
  5239. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(i∫:All Telephony Apple event servers must support coercion of°dONLNdˇˇ*7typePhoneNumber into typeIntlText and the reverse. When°dONLNdˇˇ*Bmapping the data into IntlText the following format is to be used:°dONLNdˇˇ*![DPR1,DPR2,…DPRn]+CC(TC)SN*SAxEXT°dONLNdˇˇ*where°dONLNdˇˇ)<CC= CountryCode {0-9}°dONLNdˇˇ*-TC= TrunkCode (typically the area code) {0-9}°dONLNdˇˇ*SN=Subscriber Number {0-9,A-Z}°dONLNdˇˇ*SA=Subaddress {0-9}°dONLNdˇˇ*EXT=Extension {0-9}°dONLNdˇˇ*0DPR=Dial Plan Rules {all displayable charcaters}°dONLNdˇˇ*)' ', '-' & '.' are ignored except in DPR.°dONLNdˇˇ(K∫3Fields are parsed as empty  on the following basis:°dONLNdˇˇ+<
  5240. CC= No "+"°dONLNdˇˇ*
  5241. TC= No "("°dONLNdˇˇ(ç∫                   °dONLNdˇˇ)<SN= No characters before "x"°dONLNdˇˇ(£∫                   °dONLNdˇˇ)<
  5242. SA= No "*"°dONLNdˇˇ(π∫                   °dONLNdˇˇ)<
  5243. EXT=No "x"°dONLNdˇˇ(œ∫                   °dONLNdˇˇ)<
  5244. DPR=No "["°dONLNdˇˇ(Â∫<The reverse mapping involves accepting a string in a similar°dONLNdˇˇ*format.°dONLNdˇˇ( f    Data Size°dONLNdˇˇ)TVariable+´÷The Personal Information Suite)ß77ˇ‡◊#ˇ ˇˇˇˇ#◊ 
  5245. _, Palatino
  5246. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5247. °dONLNdˇˇ(oN
  5248. typeAttribute°dONLNdˇˇ)b—an attribute descriptor YLY˙
  5249. °dONLNdˇˇ(êNOA typeUserField descriptor record contains information about the properties and°dONLNdˇˇ*(elements of the cUserField object class.°dONLNdˇˇ* Description°dONLNdˇˇ)TATo create a typeAddress descriptor record, you coerce an Æ record°dONLNdˇˇ*Acontaining the following fields into the equivalent typeUserField°dONLNdˇˇ*descriptor record:
  5250.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi†fi˙ Ó†Ó˙
  5251. °dONLNdˇˇ(¢
  5252. keyAEValue°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe data for this attribute°dONLNdˇˇ(¢keyAEID°dONLNdˇˇ)rtypeLongInteger°dONLNdˇˇ)Rthe ID of this attribute°dONLNdˇˇ( ¢    keyAEName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe name of this attribute°dONLNdˇˇ(0¢keyAETag°dONLNdˇˇ)rtypeType°dONLNdˇˇ)Rthe type of this attribute°dONLNdˇˇ(F¢>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(zN    Data Size°dONLNdˇˇ)TVariable(·N78)$/Apple Event Registry: Custom Third-Party Suitesˇfi◊#ˇ ˇˇˇˇ#◊ 
  5253. _, Palatino
  5254. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5255. °dONLNdˇˇ(of typeAddress°dONLNdˇˇ)\—an abstract address descriptor YdY
  5256. °dONLNdˇˇ(êfMA typeAddress descriptor record contains information about the properties and°dONLNdˇˇ*&elements of the cAddress object class.°dONLNdˇˇ* Description°dONLNdˇˇ)TATo create a typeAddress descriptor record, you coerce an Æ record°dONLNdˇˇ*?containing the following fields into the equivalent typeAddress°dONLNdˇˇ*descriptor record:
  5257.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)iDescriptor type°dONLNdˇˇ)[ Description fi∏fi Ó∏Ó
  5258. °dONLNdˇˇ(∫keyAEAdressName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address  name°dONLNdˇˇ(∫keyAEAdressType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address type°dONLNdˇˇ( ∫keyAEAdresseeName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  name°dONLNdˇˇ(0∫keyAEAddresseeType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  type°dONLNdˇˇ(F∫>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(zf    Data Size°dONLNdˇˇ)TVariable°dONLNdˇˇ(ífNotes°dONLNdˇˇ)T@A client would probably want to find out the address type of the°dONLNdˇˇ*Areturned descriptor and them coerce it into the appropriate type,°dONLNdˇˇ*instead of into this type.(·eThe Personal Information Suite)ß79ˇ:◊#ˇ ˇˇˇˇ#◊ 
  5259. _, Palatino
  5260. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5261. °dONLNdˇˇ(oNtypeMailAddress°dONLNdˇˇ)~—a mail address descriptor YLY˙
  5262. °dONLNdˇˇ(êNSA typeMailAddress descriptor record contains the data for a cMailAddress object. It°dONLNdˇˇ*Tincludes all the information necessary to recreate the original cMailAddress object.°dONLNdˇˇ* Description°dONLNdˇˇ)T?To create a typeMailAddress descriptor record, you coerce an AE°dONLNdˇˇ*:record containing the following fields into the equivalent°dONLNdˇˇ*"typeMailAddress descriptor record:
  5263.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi†fi˙ Ó†Ó˙
  5264. °dONLNdˇˇ(¢keyAEAdressName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address  name°dONLNdˇˇ(¢keyAEAdressType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address type°dONLNdˇˇ( ¢keyAEAdresseeName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  name°dONLNdˇˇ(0¢keyAEAddresseeType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  type°dONLNdˇˇ(@¢ keyAEAddress°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe actual address in the°dONLNdˇˇ*specified address space°dONLNdˇˇ(^¢keyAEDirectory°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address space°dONLNdˇˇ(n¢keyAEDirectoryType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address space type°dONLNdˇˇ(~¢keyAEDirectoryID°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address space°dONLNdˇˇ*
  5265. discriminator°dONLNdˇˇ(¢¢5All Mail Apple event servers must support coercion of°dONLNdˇˇ*8typeMailAddress into typeIntlText  and the reverse. When°dONLNdˇˇ*Bmapping the data into IntlText the format described below is to be°dONLNdˇˇ*used.°dONLNdˇˇ*,The following characters are used as tokens:°dONLNdˇˇ+"".",   "<",   ">",   "@"  and  "\"°dONLNdˇˇ(¢BThe latter is the escape character for quoting the other tokens in°dONLNdˇˇ*2fields where they are reserved as indicated below.°dONLNdˇˇ*BThe component fields of the string address are listed below. Every°dONLNdˇˇ*@field except the Addressee Name and the Directory Name field can°dONLNdˇˇ*+be optional depending on the circumstances.°dONLNdˇˇ(jr?NAM = Addressee Name (".", "<" and "@" must be quoted with "\")°dONLNdˇˇ*TYP = °dONLNdˇˇ)$EAddressee Type ('User' if not specified, "<" must be quoted with "\")°dONLNdˇˇ(ÜrEXT = °dONLNdˇˇ)$Address Type (Default = 'entn')°dONLNdˇˇ(îN  °dONLNdˇˇ)$EXV = °dONLNdˇˇ)$+Address Value (">" must be quoted with "\")°dONLNdˇˇ(¢rDIR = °dONLNdˇˇ)$EDirectory or Address Space Name ("." and "<" must be quoted with "\")°dONLNdˇˇ*:This may be expressed as a Path{Subspace of Address Space}(·N80)$/Apple Event Registry: Custom Third-Party Suitesˇ◊#ˇ ˇˇˇˇ#◊ 
  5266. _, Palatino
  5267. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if        °dONLNdˇˇ)HEso it would be (NODENAME.)*DIR where "(_)*" means "zero or more of _"°dONLNdˇˇ(wäDIT = °dONLNdˇˇ)$HDirectory or Address Space Type ('adap' used if ambiguous & unspecified)°dONLNdˇˇ(ÖäDID = °dONLNdˇˇ)$GDirectory or Address Space Discriminator (Required if DIT is specified)°dONLNdˇˇ+ @The TYP, EXT, and DIT fields are all four bytes which may be any°dONLNdˇˇ*displayable ASCII characters.°dONLNdˇˇ*;The string representation for addresses is then as follows:°dONLNdˇˇ+NAM.TYP<EXT.EXV>@DIR<DIT.DID>°dONLNdˇˇ(Òf    Examples:°dONLNdˇˇ*#Michael Bayer@Evangelism.MSAD.APPLE°dONLNdˇˇ*M\. Bayer@Evangelism.MSAD.APPLE°dONLNdˇˇ*(Michael Bayer.User@Evangelism.MSAD.APPLE°dONLNdˇˇ*'Evangelists.Group@Evangelism.MSAD.APPLE°dONLNdˇˇ*NASDAQ.StockAgent@CORP.APPLE°dONLNdˇˇ*;Michael Bayer<entn.123.456>@Evangelism.MSAD.APPLE<adap,001>°dONLNdˇˇ*7Michael Bayer<alan.MBQuadra.Evangelism>@AppleR&DNetwork°dONLNdˇˇ*'Michael Bayer<fax .+1(408)974-1211>@FAX°dONLNdˇˇ*?Michael Bayer<smtp.bayer1@applelink.apple.com>@INTERNET<smtp,0>°dONLNdˇˇ*$Michael Bayer<alnk.BAYER1>@AppleLink°dONLNdˇˇ*\NOTE: These string representations of an address are always represented using an appropriate°dONLNdˇˇ*bscript code. The tokens listed above (".",  "<",  ">",  "@" and "\") are represented in the script°dONLNdˇˇ*Xspecified by the IntlText. The Addressee Type, Extension Type and the Directory Type are°dONLNdˇˇ*:each 4 Bytes and are always interpreted using Roman ASCII.+ˇÙThe Personal Information Suite)ß81ˇ
  5268. V◊#ˇ ˇˇˇˇ#◊ 
  5269. _, Palatino
  5270. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5271. °dONLNdˇˇ(oNtypePostalAddress°dONLNdˇˇ)à—a postal mail address YLY˙
  5272. °dONLNdˇˇ(êNOA typePostalAddress descriptor record contains information about the properties°dONLNdˇˇ*0and elements of the cPostalAddress object class.°dONLNdˇˇ* Description°dONLNdˇˇ)T@To create a typePostalAddress descriptor record, you coerce an Æ°dONLNdˇˇ*:record containing the following fields into the equivalent°dONLNdˇˇ*$typePostalAddress descriptor record:
  5273.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)ƒDescriptor type°dONLNdˇˇ)P Description fi†fi˙ Ó†Ó˙
  5274. °dONLNdˇˇ(¢keyAEAdressName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address  name°dONLNdˇˇ(¢keyAEAdressType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe address type°dONLNdˇˇ( ¢keyAEAdresseeName°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  name°dONLNdˇˇ(0¢keyAEAddresseeType°dONLNdˇˇ)r typeIntlText°dONLNdˇˇ)Rthe addressee  type°dONLNdˇˇ(@¢ keyRoomNum °dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the room number°dONLNdˇˇ(P¢keyBuildingNum °dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the building number°dONLNdˇˇ(`¢    keyStreet°dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the street name°dONLNdˇˇ(p¢keyCity°dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[
  5275. the city name°dONLNdˇˇ(Ä¢keyStateProvince°dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the state or province name°dONLNdˇˇ(ê¢
  5276. keyCountry°dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the country name°dONLNdˇˇ(†¢
  5277. keyPostalCode°dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the zip code or equivalent°dONLNdˇˇ(∂¢>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(ÍN    Data Size°dONLNdˇˇ)TVariable(·N82)$/Apple Event Registry: Custom Third-Party Suitesˇ˙◊#ˇ ˇˇˇˇ#◊ 
  5278. _, Palatino
  5279. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5280. °dONLNdˇˇ(oftypePhoneAddress°dONLNdˇˇ)ã—a phone address descriptor YdY
  5281. °dONLNdˇˇ(êfOA typePhoneAddress descriptor record contains the data for both a cPhoneAddress°dONLNdˇˇ*Wand a cParty object. It includes all the information necessary to recreate the original°dONLNdˇˇ* cPhoneAddress  or cParty object.°dONLNdˇˇ* Description°dONLNdˇˇ)T@To create a typeParty descriptor record, you coerce an AE record°dONLNdˇˇ*=containing the following fields into the equivalent typeParty°dONLNdˇˇ*descriptor record:
  5282.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)vDescriptor type°dONLNdˇˇ)N Description Ï∏Ï ¸∏¸
  5283. °dONLNdˇˇ(∫keyAEAddresseeType  °dONLNdˇˇ)i typeIntlText°dONLNdˇˇ)[the addressee type°dONLNdˇˇ(∫keyAEAddresseeName°dONLNdˇˇ)j typeIntlText°dONLNdˇˇ)Zthe name of the addressee°dONLNdˇˇ(.∫keyAEAddressName°dONLNdˇˇ)` typeIntlText°dONLNdˇˇ)dthe name of the address°dONLNdˇˇ(>∫keyAEAddressType°dONLNdˇˇ)[ typeIntlText°dONLNdˇˇ)ithe type of this address°dONLNdˇˇ(N∫keyPhoneNumber°dONLNdˇˇ)itypePhoneNumber°dONLNdˇˇ)[the phone number°dONLNdˇˇ(ff    Data Size°dONLNdˇˇ)TVariable(·eThe Personal Information Suite)ß83ˇå◊#ˇ ˇˇˇˇ#◊ 
  5284. _, Palatino
  5285. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5286. °dONLNdˇˇ(oNtypePackedDSSpec°dONLNdˇˇ)è—a mail address descriptor YLY˙
  5287. °dONLNdˇˇ(êNPA typePackedDSSpec descriptor record contains the data for a cMailAddress object°dONLNdˇˇ*represented as an AOCE ,
  5288. Courier°dONLNdˇˇ)o PackedDSSpec°dONLNdˇˇ)H& data structure as defined in the AOCE°dONLNdˇˇ(¨NSUtilities chapter of Inside Macintosh. It includes all the information necessary to°dONLNdˇˇ**recreate the original cMailAddress object.°dONLNdˇˇ*KAll Mail Apple event servers must support coercion of typePackedDSSpec into°dONLNdˇˇ*MtypeIntlText  and typeMailAddress and the reverse. When mapping the data into°dONLNdˇˇ*PtypeIntlText the same format described for coercion of typeMailAddress  is to be°dONLNdˇˇ*used.(·N84)$/Apple Event Registry: Custom Third-Party SuitesˇË◊#ˇ ˇˇˇˇ#◊ 
  5289. _, Palatino
  5290. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5291. °dONLNdˇˇ(of
  5292. typeEntity°dONLNdˇˇ)L—an abstract entity YdY
  5293. °dONLNdˇˇ(êfLA typeEntity descriptor record contains information about the properties and°dONLNdˇˇ*%elements of the cEntity object class.°dONLNdˇˇ* Description°dONLNdˇˇ)T@To create a typeEntity descriptor record, you coerce an Æ record°dONLNdˇˇ*>containing the following fields into the equivalent typeEntity°dONLNdˇˇ*descriptor record:
  5294.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi∏fi Ó∏Ó
  5295. °dONLNdˇˇ(∫keyAEID°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the unique ID for this entity°dONLNdˇˇ(∫    keyAEName°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the name of this entity°dONLNdˇˇ( ∫keyAEEntityType°dONLNdˇˇ)gtypeEnum°dONLNdˇˇ)]contains the enumerated type°dONLNdˇˇ(0∫keyAEStoreForward  °dONLNdˇˇ)b typeIntlText°dONLNdˇˇ)bthe primary realtime  address°dONLNdˇˇ*of this entity°dONLNdˇˇ(N∫keyAEMailAddress  °dONLNdˇˇ)_ typeIntlText°dONLNdˇˇ)ethe primary mail address of°dONLNdˇˇ* this entity°dONLNdˇˇ(l∫ keyFieldList°dONLNdˇˇ)g
  5296. typeAEList°dONLNdˇˇ)]A list of typeUserField°dONLNdˇˇ* descriptors.°dONLNdˇˇ(ä∫keyAddressList°dONLNdˇˇ)g
  5297. typeAEList°dONLNdˇˇ)]A list of typeAddress°dONLNdˇˇ* descriptors.°dONLNdˇˇ(Æ∫>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(‚f    Data Size°dONLNdˇˇ)TVariable+´ˇThe Personal Information Suite)ß85ˇ
  5298. ∞◊#ˇ ˇˇˇˇ#◊ 
  5299. _, Palatino
  5300. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5301. °dONLNdˇˇ(oN
  5302. typePerson°dONLNdˇˇ)R—a person descriptor YLY˙
  5303. °dONLNdˇˇ(êNLA typePerson descriptor record contains information about the properties and°dONLNdˇˇ*%elements of the cPerson object class.°dONLNdˇˇ* Description°dONLNdˇˇ)T@To create a typePerson descriptor record, you coerce an Æ record°dONLNdˇˇ*>containing the following fields into the equivalent typePerson°dONLNdˇˇ*descriptor record:
  5304.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi†fi˙ Ó†Ó˙
  5305. °dONLNdˇˇ(¢keyAEID°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the unique ID for this entity°dONLNdˇˇ(¢    keyAEName°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the name of this entity°dONLNdˇˇ( ¢keyAEEntityType°dONLNdˇˇ)gtypeEnum°dONLNdˇˇ)]contains the enumerated type°dONLNdˇˇ(0¢keyAEStoreForward  °dONLNdˇˇ)b typeIntlText°dONLNdˇˇ)bthe primary realtime  address°dONLNdˇˇ*of this entity°dONLNdˇˇ(N¢keyAEMailAddress  °dONLNdˇˇ)_ typeIntlText°dONLNdˇˇ)ethe primary mail address of°dONLNdˇˇ* this entity°dONLNdˇˇ(l¢ keyFieldList°dONLNdˇˇ)g
  5306. typeAEList°dONLNdˇˇ)]A list of typeUserField°dONLNdˇˇ* descriptors.°dONLNdˇˇ(ä¢keyAddressList°dONLNdˇˇ)g
  5307. typeAEList°dONLNdˇˇ)]A list of typeAddress°dONLNdˇˇ* descriptors.°dONLNdˇˇ(®¢
  5308. keyIndex1Name°dONLNdˇˇ)g typeIntlText°dONLNdˇˇ)]the first name of this person°dONLNdˇˇ(∏¢
  5309. keyIndex2Name°dONLNdˇˇ)g typeIntlText°dONLNdˇˇ)]the last name of this person°dONLNdˇˇ(»¢
  5310. keyIndex3Name°dONLNdˇˇ)g typeIntlText°dONLNdˇˇ)]the middle name of this°dONLNdˇˇ*person°dONLNdˇˇ(Ï¢>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ( N    Data Size°dONLNdˇˇ)TVariable(·N86)$/Apple Event Registry: Custom Third-Party Suitesˇ
  5311.  
  5312. ◊#ˇ ˇˇˇˇ#◊ 
  5313. _, Palatino
  5314. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5315. °dONLNdˇˇ(of
  5316. typeEquipment°dONLNdˇˇ)r$—an equipment or resource descriptor YdY
  5317. °dONLNdˇˇ(êfOA typeEquipment descriptor record contains information about the properties and°dONLNdˇˇ*(elements of the cEquipment object class.°dONLNdˇˇ* Description°dONLNdˇˇ)TCTo create a typeEquipment descriptor record, you coerce an Æ record°dONLNdˇˇ*Acontaining the following fields into the equivalent typeEquipment°dONLNdˇˇ*descriptor record:
  5318.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi∏fi Ó∏Ó
  5319. °dONLNdˇˇ(∫keyAEID°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the unique ID for this entity°dONLNdˇˇ(∫    keyAEName°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the name of this entity°dONLNdˇˇ( ∫keyAEEntityType°dONLNdˇˇ)gtypeEnum°dONLNdˇˇ)]contains the enumerated type°dONLNdˇˇ(0∫keyAEStoreForward  °dONLNdˇˇ)b typeIntlText°dONLNdˇˇ)bthe primary realtime  address°dONLNdˇˇ*of this entity°dONLNdˇˇ(N∫keyAEMailAddress  °dONLNdˇˇ)_ typeIntlText°dONLNdˇˇ)ethe primary mail address of°dONLNdˇˇ* this entity°dONLNdˇˇ(l∫ keyFieldList°dONLNdˇˇ)g
  5320. typeAEList°dONLNdˇˇ)]A list of typeUserField°dONLNdˇˇ* descriptors.°dONLNdˇˇ(ä∫keyAddressList°dONLNdˇˇ)g
  5321. typeAEList°dONLNdˇˇ)]A list of typeAddress°dONLNdˇˇ* descriptors.°dONLNdˇˇ(®∫
  5322. keyManager°dONLNdˇˇ)g
  5323. typePerson°dONLNdˇˇ)]Who manages this location°dONLNdˇˇ(∏∫keyEquipmentType°dONLNdˇˇ)g typeIntlText°dONLNdˇˇ)]the type of equipment°dONLNdˇˇ(Œ∫>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(f    Data Size°dONLNdˇˇ)TVariable+´flThe Personal Information Suite)ß87ˇ
  5324. ◊#ˇ ˇˇˇˇ#◊ 
  5325. _, Palatino
  5326. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93
  5327. °dONLNdˇˇ(oN typeLocation°dONLNdˇˇ)_—a location descriptor YLY˙
  5328. °dONLNdˇˇ(êNOA typeEquipment descriptor record contains information about the properties and°dONLNdˇˇ*'elements of the cLocation object class.°dONLNdˇˇ* Description°dONLNdˇˇ)TCTo create a typeEquipment descriptor record, you coerce an Æ record°dONLNdˇˇ*Acontaining the following fields into the equivalent typeEquipment°dONLNdˇˇ*descriptor record:
  5329.     °dONLNdˇˇ*Keyword°dONLNdˇˇ)gDescriptor type°dONLNdˇˇ)] Description fi†fi˙ Ó†Ó˙
  5330. °dONLNdˇˇ(¢keyAEID°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the unique ID for this entity°dONLNdˇˇ(¢    keyAEName°dONLNdˇˇ)gtypeText°dONLNdˇˇ)]the name of this entity°dONLNdˇˇ( ¢keyAEEntityType°dONLNdˇˇ)gtypeEnum°dONLNdˇˇ)]contains the enumerated type°dONLNdˇˇ(0¢keyAEStoreForward  °dONLNdˇˇ)b typeIntlText°dONLNdˇˇ)bthe primary realtime  address°dONLNdˇˇ*of this entity°dONLNdˇˇ(N¢keyAEMailAddress  °dONLNdˇˇ)_ typeIntlText°dONLNdˇˇ)ethe primary mail address of°dONLNdˇˇ* this entity°dONLNdˇˇ(l¢ keyFieldList°dONLNdˇˇ)g
  5331. typeAEList°dONLNdˇˇ)]A list of typeUserField°dONLNdˇˇ* descriptors.°dONLNdˇˇ(ä¢keyAddressList°dONLNdˇˇ)g
  5332. typeAEList°dONLNdˇˇ)]A list of typeAddress°dONLNdˇˇ* descriptors.°dONLNdˇˇ(®¢
  5333. keyManager°dONLNdˇˇ)g
  5334. typePerson°dONLNdˇˇ)]Who manages this location°dONLNdˇˇ(∏¢keyLocCapacity°dONLNdˇˇ)g typeInteger°dONLNdˇˇ)]the capacity of this location°dONLNdˇˇ(Œ¢>Note that the Apple Event Manager can coerce any Æ record into°dONLNdˇˇ*<any other descriptor type. A special coercion handler is not°dONLNdˇˇ*    required.°dONLNdˇˇ(N    Data Size°dONLNdˇˇ)TVariable(·N88)$/Apple Event Registry: Custom Third-Party Suitesˇ
  5335. ‰◊#ˇ ˇˇˇˇ#◊ 
  5336. _, Palatino
  5337. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93
  5338. °dONLNdˇˇ(xf8Constants defined in the Collaborative Information suite bdb
  5339. °dONLNdˇˇ*!KTable 7 lists the constants defined in the Collaborative Information suite.,
  5340.  
  5341. Zapf Dingbats
  5342. °dONLNdˇˇ**n
  5343. °dONLNdˇˇ+Table 7°dONLNdˇˇ):8Constants defined in the Collaborative Information suite
  5344.     °dONLNdˇˇ(‹fConstant°dONLNdˇˇ)|Value –d– ‡d‡
  5345. °dONLNdˇˇ(f
  5346.   kAECIEvents°dONLNdˇˇ)¥'pimC'°dONLNdˇˇ( ä#[ constants used from other suites?°dONLNdˇˇ)¥]°dONLNdˇˇ(ä[ pValue = 'pVlu';°dONLNdˇˇ)¥]°dONLNdˇˇ((ä[ pUniqueID = 'ID  ';°dONLNdˇˇ)¥]°dONLNdˇˇ(6ä[ pName = 'name';°dONLNdˇˇ)¥]°dONLNdˇˇ(Rf  cCatalogNode°dONLNdˇˇ)¥'CtNd'°dONLNdˇˇ(`f   cAttribute°dONLNdˇˇ)¥'attr'°dONLNdˇˇ(nf   cUserField°dONLNdˇˇ)¥'uFld'°dONLNdˇˇ(|f   cCIRecord°dONLNdˇˇ)¥'rcrd'°dONLNdˇˇ(äf  cPhoneNumber°dONLNdˇˇ)¥'cPhn'°dONLNdˇˇ(¶f
  5347.   cAddress°dONLNdˇˇ)¥'aAdr'°dONLNdˇˇ(¥f  cMailAddress°dONLNdˇˇ)¥'aMlA'°dONLNdˇˇ(¬f  cPostalAddress°dONLNdˇˇ)¥'aPst'°dONLNdˇˇ(–f  cPhoneAddress°dONLNdˇˇ)¥'aPhn'°dONLNdˇˇ(fif
  5348.   cFAXAddress°dONLNdˇˇ)¥'aFAX'°dONLNdˇˇ(Ïf  cBeeperAddress°dONLNdˇˇ)¥'aBpr'°dONLNdˇˇ(f      cEntity°dONLNdˇˇ)¥'eEnt'°dONLNdˇˇ(f      cPerson°dONLNdˇˇ)¥'ePrs'°dONLNdˇˇ($f   cEquipment°dONLNdˇˇ)¥'eEqu'°dONLNdˇˇ(2f   cLocation°dONLNdˇˇ)¥'eLoc'°dONLNdˇˇ(@f  cOrganization°dONLNdˇˇ)¥'eOrg'°dONLNdˇˇ(\f  typeCatalogNode°dONLNdˇˇ)¥ cCatalogNode°dONLNdˇˇ(jf  typeAttribute°dONLNdˇˇ)¥
  5349. cAttribute°dONLNdˇˇ(xf  typeUserField°dONLNdˇˇ)¥
  5350. cUserField°dONLNdˇˇ(Üf   typeRecord°dONLNdˇˇ)¥cRecord°dONLNdˇˇ(¢f
  5351.   typeAddress°dONLNdˇˇ)¥cAddress°dONLNdˇˇ(∞f  typePostalAddress°dONLNdˇˇ)¥cPostalAddress+K1The Personal Information Suite)ß89ˇ ◊#ˇ ˇˇˇˇ#◊ 
  5352. _, Palatino
  5353. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN  typePhoneAddress°dONLNdˇˇ)¥
  5354. cPhoneAddress°dONLNdˇˇ(wN  typeFAXAddress°dONLNdˇˇ)¥ cFAXAddress°dONLNdˇˇ(ÖN  typeBeeperAddress°dONLNdˇˇ)¥cBeeperAddress°dONLNdˇˇ(ìN  typeMailAddress°dONLNdˇˇ)¥ cMailAddress°dONLNdˇˇ(ØN   typeEntity°dONLNdˇˇ)¥cEntity°dONLNdˇˇ(ΩN   typePerson°dONLNdˇˇ)¥cPerson°dONLNdˇˇ(ÀN  typeEquipment°dONLNdˇˇ)¥
  5355. cEquipment°dONLNdˇˇ(ŸN  typeLocation°dONLNdˇˇ)¥    cLocation°dONLNdˇˇ(ÁN  typeOrganization°dONLNdˇˇ)¥
  5356. cOrganization°dONLNdˇˇ(N  pPath°dONLNdˇˇ)¥'pPth'°dONLNdˇˇ(N      pAccess°dONLNdˇˇ)¥'pACS'°dONLNdˇˇ(-N  pType°dONLNdˇˇ)¥'pTyp'°dONLNdˇˇ(;N  pTag°dONLNdˇˇ)¥'pTag'°dONLNdˇˇ(WN  pAddressType°dONLNdˇˇ)¥'pATp'°dONLNdˇˇ(eN  pAddressName°dONLNdˇˇ)¥'pANm'°dONLNdˇˇ(sN  pAddresseeType°dONLNdˇˇ)¥'pAeT'°dONLNdˇˇ(ÅN  pAddresseeName°dONLNdˇˇ)¥'pAeN'°dONLNdˇˇ(ùN
  5357.   pRoomNumber°dONLNdˇˇ)¥'pRmN'°dONLNdˇˇ(´N  pBuildingNumber°dONLNdˇˇ)¥'pBgN'°dONLNdˇˇ(πN      pStreet°dONLNdˇˇ)¥'pStt'°dONLNdˇˇ(«N  pCity°dONLNdˇˇ)¥'pCty'°dONLNdˇˇ(’N  pStateProvince°dONLNdˇˇ)¥'pSPr'°dONLNdˇˇ(„N
  5358.   pCountry°dONLNdˇˇ)¥'pCou'°dONLNdˇˇ(ÒN
  5359.   pPostalCode°dONLNdˇˇ)¥'pPCd'°dONLNdˇˇ(
  5360. N  pPhoneNumber°dONLNdˇˇ)¥'NUMB'°dONLNdˇˇ(N   pPINNumber°dONLNdˇˇ)¥'pPIN'°dONLNdˇˇ(7N
  5361.   pAddress°dONLNdˇˇ)¥'pAdr'°dONLNdˇˇ(EN   pDirectory°dONLNdˇˇ)¥'pDir'°dONLNdˇˇ(SN  pDirectoryType°dONLNdˇˇ)¥'pDTp'°dONLNdˇˇ(aN  pDirectoryID°dONLNdˇˇ)¥'pDID'°dONLNdˇˇ(}N  pCountryCode°dONLNdˇˇ)¥'pCCd'°dONLNdˇˇ(ãN  pDialPlanRules°dONLNdˇˇ)¥'pDPR'°dONLNdˇˇ(ôN   pExtension°dONLNdˇˇ)¥'pExt'°dONLNdˇˇ(ßN
  5362.   pSubAddress°dONLNdˇˇ)¥'pSbA'(·N90)$/Apple Event Registry: Custom Third-Party Suitesˇ 0◊#ˇ ˇˇˇˇ#◊ 
  5363. _, Palatino
  5364. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if  pSubscriptionNumber°dONLNdˇˇ)¥'pSnN'°dONLNdˇˇ(wf   pTrunkCode°dONLNdˇˇ)¥'pTCd'°dONLNdˇˇ(ìf
  5365.   pEntityType°dONLNdˇˇ)¥'pETp'°dONLNdˇˇ(°f  pPreferredRealTimeAddress°dONLNdˇˇ)¥'pPRT'°dONLNdˇˇ(Øf  pPreferredStoreForwardAddress°dONLNdˇˇ)¥'pPSF'°dONLNdˇˇ(Àf  pPrimaryIndexingName°dONLNdˇˇ)¥'pNM1'°dONLNdˇˇ(Ÿf  pSecondaryIndexingName°dONLNdˇˇ)¥'pNM2'°dONLNdˇˇ(Áf  pTertiaryIndexingName°dONLNdˇˇ)¥'pNM3'°dONLNdˇˇ(ıf
  5366.   pManager°dONLNdˇˇ)¥'pMng';°dONLNdˇˇ(f  pEquipmentType°dONLNdˇˇ)¥'pRTp'°dONLNdˇˇ(f  pLocationCapacity°dONLNdˇˇ)¥'pCap'°dONLNdˇˇ(-f      keyPath°dONLNdˇˇ)¥pPath°dONLNdˇˇ(If   keyAccess°dONLNdˇˇ)¥pAccess°dONLNdˇˇ(Wf      keyType°dONLNdˇˇ)¥pType°dONLNdˇˇ(ef  keyTag°dONLNdˇˇ)¥pTag°dONLNdˇˇ(Åf  keyAddressType°dONLNdˇˇ)¥ pAddressType°dONLNdˇˇ(èf  keyAddressName°dONLNdˇˇ)¥ pAddressName°dONLNdˇˇ(ùf  keyAddresseeType°dONLNdˇˇ)¥pAddresseeType°dONLNdˇˇ(´f  keyAddresseeName°dONLNdˇˇ)¥pAddresseeName°dONLNdˇˇ(«f  keyRoomNumber°dONLNdˇˇ)¥ pRoomNumber°dONLNdˇˇ(’f  keyBuildingNumber°dONLNdˇˇ)¥pBuildingNumber°dONLNdˇˇ(„f   keyStreet°dONLNdˇˇ)¥pStreet°dONLNdˇˇ(Òf      keyCity°dONLNdˇˇ)¥pCity°dONLNdˇˇ(ˇf  keyStateProvince°dONLNdˇˇ)¥pStateProvince°dONLNdˇˇ(
  5367. f   keyCountry°dONLNdˇˇ)¥pCountry°dONLNdˇˇ(f  keyPostalCode°dONLNdˇˇ)¥ pPostalCode°dONLNdˇˇ(7f  keyPhoneNumber°dONLNdˇˇ)¥ pPhoneNumber°dONLNdˇˇ(Ef  keyPINNumber°dONLNdˇˇ)¥
  5368. pPINNumber°dONLNdˇˇ(af   keyAddress°dONLNdˇˇ)¥pAddress°dONLNdˇˇ(of  keyDirectory°dONLNdˇˇ)¥
  5369. pDirectory°dONLNdˇˇ(}f  keyDirectoryType°dONLNdˇˇ)¥pDirectoryType°dONLNdˇˇ(ãf  keyDirectoryID°dONLNdˇˇ)¥ pDirectoryID°dONLNdˇˇ(ßf  keyEntityType°dONLNdˇˇ)¥ pEntityType+K:The Personal Information Suite)ß91ˇ 0◊#ˇ ˇˇˇˇ#◊ 
  5370. _, Palatino
  5371. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(iN  keyPreferredRealTime°dONLNdˇˇ)¥pPreferredRealTime°dONLNdˇˇ(wN  keyPreferredStoreAndForward°dONLNdˇˇ)¥pPreferredStoreAndForward°dONLNdˇˇ(ÖN  keyAddressList°dONLNdˇˇ)¥'aLst'°dONLNdˇˇ(ìN  keyUserFieldList°dONLNdˇˇ)¥'fLst'°dONLNdˇˇ(ØN  keyPrimaryIndexingName°dONLNdˇˇ)¥pPrimaryIndexingName°dONLNdˇˇ(ΩN  keySecondaryIndexingName°dONLNdˇˇ)¥pSecondaryIndexingName°dONLNdˇˇ(ÀN  keyTertiaryIndexingName°dONLNdˇˇ)¥pTertiaryIndexingName°dONLNdˇˇ(ŸN   keyManager°dONLNdˇˇ)¥pManager°dONLNdˇˇ(ÁN  keyTypeOfEquipment°dONLNdˇˇ)¥pEquipmentType°dONLNdˇˇ(ıN  keyLocationCapacity°dONLNdˇˇ)¥pLocationCapacity°dONLNdˇˇ(N  keyAECountryCode°dONLNdˇˇ)¥ pCountryCode°dONLNdˇˇ(N  keyDialPlanRules°dONLNdˇˇ)¥pDialPlanRules°dONLNdˇˇ(-N  keyAEExtension°dONLNdˇˇ)¥
  5372. pExtension°dONLNdˇˇ(;N  keyAESubAddress°dONLNdˇˇ)¥ pSubAddress°dONLNdˇˇ(IN  keySubscriptionNumber°dONLNdˇˇ)¥pSubscriptionNumber°dONLNdˇˇ(WN  keyTrunkCode°dONLNdˇˇ)¥
  5373. pTrunkCode°dONLNdˇˇ(sN  formPreferred°dONLNdˇˇ)¥'Pfrd'°dONLNdˇˇ(èNOptional contants defined°dONLNdˇˇ*   pJobTitle°dONLNdˇˇ)¥'pJbT'°dONLNdˇˇ(πN  pCompanyName°dONLNdˇˇ)¥'pCmp'°dONLNdˇˇ(«N
  5374.   pPreName°dONLNdˇˇ)¥'preN'°dONLNdˇˇ(’N   pPostName°dONLNdˇˇ)¥'pstN'°dONLNdˇˇ(„N  pCreationDate°dONLNdˇˇ)¥'CrDt'°dONLNdˇˇ(ÒN  pLastModifiedDate°dONLNdˇˇ)¥'MdDt'°dONLNdˇˇ(
  5375. N
  5376.   keyJobTitle°dONLNdˇˇ)¥    pJobTitle°dONLNdˇˇ(N  keyCompanyName°dONLNdˇˇ)¥ pCompanyName°dONLNdˇˇ()N   keyPreName°dONLNdˇˇ)¥pPreName°dONLNdˇˇ(7N
  5377.   keyPostName°dONLNdˇˇ)¥    pPostName°dONLNdˇˇ(EN  keyCreationDate°dONLNdˇˇ)¥
  5378. pCreationDate°dONLNdˇˇ(SN  keyLastModifiedDate°dONLNdˇˇ)¥pLastModifiedDate°dONLNdˇˇ(oN
  5379.   pUserField1°dONLNdˇˇ)¥'uF01'°dONLNdˇˇ(}N
  5380.   pUserField2°dONLNdˇˇ)¥'uF02'°dONLNdˇˇ(ãN
  5381.   pUserField3°dONLNdˇˇ)¥'uF03'°dONLNdˇˇ(ôN
  5382.   pUserField4°dONLNdˇˇ)¥'uF04'°dONLNdˇˇ(ßN
  5383.   pUserField5°dONLNdˇˇ)¥'uF05'(·N92)$/Apple Event Registry: Custom Third-Party Suitesˇ    ñ◊#ˇ ˇˇˇˇ#◊ 
  5384. _, Palatino
  5385. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(if
  5386.   pUserField6°dONLNdˇˇ)¥'uF06'°dONLNdˇˇ(wf
  5387.   pUserField7°dONLNdˇˇ)¥'uF07'°dONLNdˇˇ(Öf
  5388.   pUserField8°dONLNdˇˇ)¥'uF08'°dONLNdˇˇ(ìf
  5389.   pUserField9°dONLNdˇˇ)¥'uF09'°dONLNdˇˇ(°f  pUserField10°dONLNdˇˇ)¥'uF10'°dONLNdˇˇ(Øf  pUserField99°dONLNdˇˇ)¥'uF99'°dONLNdˇˇ(Àf  keyUserField1°dONLNdˇˇ)¥ pUserField1°dONLNdˇˇ(Ÿf  keyUserField2°dONLNdˇˇ)¥ pUserField2°dONLNdˇˇ(Áf  keyUserField3°dONLNdˇˇ)¥ pUserField3°dONLNdˇˇ(ıf  keyUserField4°dONLNdˇˇ)¥ pUserField4°dONLNdˇˇ(f  keyUserField5°dONLNdˇˇ)¥ pUserField5°dONLNdˇˇ(f  keyUserField6°dONLNdˇˇ)¥ pUserField6°dONLNdˇˇ(f  keyUserField7°dONLNdˇˇ)¥ pUserField7°dONLNdˇˇ(-f  keyUserField8°dONLNdˇˇ)¥ pUserField8°dONLNdˇˇ(;f  keyUserField9°dONLNdˇˇ)¥ pUserField9°dONLNdˇˇ(If  keyUserField10°dONLNdˇˇ)¥ pUserField10°dONLNdˇˇ(Wf  keyUserField99°dONLNdˇˇ)¥ pUserField99°dONLNdˇˇ(sf
  5390.   enumAddress°dONLNdˇˇ)¥    $00000000°dONLNdˇˇ(Åf  enumMailAddress°dONLNdˇˇ)¥    $00000001°dONLNdˇˇ(èf  enumPostalAddress°dONLNdˇˇ)¥    $00000002°dONLNdˇˇ(ùf  enumPhoneAddress°dONLNdˇˇ)¥    $00000003°dONLNdˇˇ(´f  enumFAXAddress°dONLNdˇˇ)¥    $00000004°dONLNdˇˇ(πf  enumBeeperAddress°dONLNdˇˇ)¥    $00000005°dONLNdˇˇ(’f   enumEntity°dONLNdˇˇ)¥    $00000000°dONLNdˇˇ(„f   enumPerson°dONLNdˇˇ)¥    $00000001°dONLNdˇˇ(Òf  enumEquipment°dONLNdˇˇ)¥    $00000002°dONLNdˇˇ(ˇf  enumLocation°dONLNdˇˇ)¥    $00000003°dONLNdˇˇ(
  5391. f  enumOrganization°dONLNdˇˇ)¥    $00000004+K‘The Personal Information Suite)ß93ˇl◊#ˇ ˇˇˇˇ#◊ 
  5392. _, Palatino
  5393. .+N/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(u‚keyAEStoreForward  84, 85,°dONLNdˇˇ+ 86, 87°dONLNdˇˇ(uvpCountryCode 35°dONLNdˇˇ* pDefaultType 24, 27, 30, 33,°dONLNdˇˇ+ , 38, 40, 43, 46, 48, 50,°dONLNdˇˇ* 53, 57, 62, 66, 70°dONLNdˇˇ(ÉN Apple events°dONLNdˇˇ+î
  5394. keyAESubaddress 76°dONLNdˇˇ(èZdefined in the Personal°dONLNdˇˇ+ Information suite 14°dONLNdˇˇ(ô‚keyAESubscriberNumber 76°dONLNdˇˇ* keyAETag 78°dONLNdˇˇ)îpDialPlanRules 36°dONLNdˇˇ(ßNcAddress 16, 38, 55, 59, 64,°dONLNdˇˇ+ 68, 72°dONLNdˇˇ(±‚keyAETrunkCode 76°dONLNdˇˇ)î
  5395. pDirectory 41°dONLNdˇˇ(Ω‚
  5396. keyAEValue 78°dONLNdˇˇ)îpDirectoryID 42°dONLNdˇˇ(øNcAttribute 15, 28, 30, 55, 60,°dONLNdˇˇ+
  5397. 64, 68, 72°dONLNdˇˇ(…‚keyBuildingNum 80°dONLNdˇˇ)îpDirectoryType 42°dONLNdˇˇ(’‚
  5398. keyCity 80°dONLNdˇˇ)îpEntityType 54, 58, 63, 67, 71°dONLNdˇˇ(◊NcBeeperAddress 17, 50°dONLNdˇˇ+î
  5399.  
  5400. keyCountry 80°dONLNdˇˇ)îPersonal Information suite°dONLNdˇˇ(„NcCatalogNode 15, 24, 26°dONLNdˇˇ+î
  5401. keyEquipmentType 86°dONLNdˇˇ)†Apple events defined in°dONLNdˇˇ+ 14°dONLNdˇˇ(ÔNcCell 28, 55, 60, 64, 68, 72°dONLNdˇˇ+î
  5402. keyFieldList 84, 85, 86, 87°dONLNdˇˇ(˚NcCIRecord 15, 26, 27°dONLNdˇˇ+î
  5403. keyIndex1Name 85°dONLNdˇˇ)†constants defined in 87°dONLNdˇˇ(NcEntity 17, 53, 69, 72, 73°dONLNdˇˇ+î
  5404. keyIndex2Name 85°dONLNdˇˇ)†descriptor types defined°dONLNdˇˇ+ in 74°dONLNdˇˇ(NcEquipment 18, 62°dONLNdˇˇ+î
  5405. keyIndex3Name 85°dONLNdˇˇ(NcFAXAddress 17, 46°dONLNdˇˇ+î
  5406. keyLocCapacity 87°dONLNdˇˇ)†object classes defined in°dONLNdˇˇ+ 15-73°dONLNdˇˇ(+NcLocation 18, 60, 66, 73°dONLNdˇˇ+î
  5407. keyManager 86, 87°dONLNdˇˇ(7NcMailAddress 16, 40°dONLNdˇˇ+î
  5408. keyPhoneNumber 81°dONLNdˇˇ)†object inheritance°dONLNdˇˇ+ hierarchy in 19°dONLNdˇˇ(CN    constants°dONLNdˇˇ+î
  5409. keyPostalCode 80°dONLNdˇˇ(OZdefined in the Personal°dONLNdˇˇ+ Information suite 87°dONLNdˇˇ(Y‚
  5410. keyRoomNum 80°dONLNdˇˇ)î
  5411. pExtension 36°dONLNdˇˇ(e‚keyStateProvince 80°dONLNdˇˇ)îpID 25, 28, 31°dONLNdˇˇ(gNcOrganization 19, 60, 65, 69,°dONLNdˇˇ+ 70, 73°dONLNdˇˇ(q‚ keyStreet 80°dONLNdˇˇ)îpKind 25°dONLNdˇˇ(}‚object classes°dONLNdˇˇ)îpLocationCapacity 68°dONLNdˇˇ(NcPerson 18, 57°dONLNdˇˇ+†
  5412. defined in the Personal°dONLNdˇˇ+ Information suite 15°dONLNdˇˇ)Z-°dONLNdˇˇ(°73°dONLNdˇˇ(âv pLock 25, 28°dONLNdˇˇ(ãNcPhoneAddress 17, 48°dONLNdˇˇ(ïvpManager 63, 67°dONLNdˇˇ(óNcPhoneNumber 16, 35°dONLNdˇˇ(°vpName 24, 28, 31, 33, 54, 58,°dONLNdˇˇ+
  5413. 63, 67, 71°dONLNdˇˇ(£NcPostalAddress 16, 43°dONLNdˇˇ+î
  5414. object inheritance hierarchy°dONLNdˇˇ(ØNcRow 26°dONLNdˇˇ+†
  5415. for Personal Information°dONLNdˇˇ+ suite 19°dONLNdˇˇ(πvpPath 25°dONLNdˇˇ(ªNcUserField 15, 33, 55, 59, 64,°dONLNdˇˇ+ 68, 72°dONLNdˇˇ(≈vpPhoneNumber 47, 49, 51°dONLNdˇˇ(—‚pAccess 25, 27, 31°dONLNdˇˇ)î
  5416. pPINNumber 51°dONLNdˇˇ(”Ndescriptor types°dONLNdˇˇ+î
  5417. pAddress 41°dONLNdˇˇ)îpPostalCode 45°dONLNdˇˇ(flZdefined in the Personal°dONLNdˇˇ+ Information suite 74°dONLNdˇˇ(È‚pAddresseeName 38, 40, 43,°dONLNdˇˇ+
  5418. 46, 48, 50°dONLNdˇˇ(ÈvpPrimaryIndexingName 58°dONLNdˇˇ* pPrimaryMailAddress 54,°dONLNdˇˇ+ 58, 63, 67, 71°dONLNdˇˇ(˜NkeyAddressList 84, 85, 86, 87°dONLNdˇˇ+î
  5419. pAddresseeType 39, 41, 44,°dONLNdˇˇ+
  5420. 47, 49, 51°dONLNdˇˇ(NkeyAEAddresseeName 81°dONLNdˇˇ(
  5421. vpPrimaryRealTimeAddress°dONLNdˇˇ+ 54, 58, 63, 67, 71°dONLNdˇˇ(NkeyAEAddresseeType  81°dONLNdˇˇ+î
  5422. pAddressName 39, 41, 44,°dONLNdˇˇ+
  5423. 47, 49, 51°dONLNdˇˇ(NkeyAEAddressName 81°dONLNdˇˇ(%vpProtection 25, 54, 58, 63, 67,°dONLNdˇˇ+ 71°dONLNdˇˇ('NkeyAEAddressType 81°dONLNdˇˇ+î
  5424. pAddressType 39, 41, 44, 47,°dONLNdˇˇ+ 49, 51°dONLNdˇˇ(3NkeyAECountryCode 76°dONLNdˇˇ(=vpRoomNumber 44°dONLNdˇˇ(?NkeyAEDialPlanRules 76°dONLNdˇˇ+î
  5425. pBestType 24, 27, 30, 33, 35,°dONLNdˇˇ+ , 40, 43, 46, 48, 50, 53,°dONLNdˇˇ* 57, 62, 66, 70°dONLNdˇˇ(IvpSecondaryIndexingName°dONLNdˇˇ+ 59°dONLNdˇˇ(KNkeyAEEntityType 84, 85, 86,°dONLNdˇˇ+ 87°dONLNdˇˇ(avpStateProvince 45°dONLNdˇˇ(cNkeyAEExtension 76°dONLNdˇˇ+î
  5426. pBuildingNumber 44°dONLNdˇˇ)î
  5427. pStreet 44°dONLNdˇˇ(oNkeyAEID 78, 84, 85, 86, 87°dONLNdˇˇ+î
  5428. pCity 45°dONLNdˇˇ)îpSubaddress 36°dONLNdˇˇ({NkeyAEMailAddress  84, 85,°dONLNdˇˇ+ 86, 87°dONLNdˇˇ(Ö‚pClass 24, 27, 30, 33, 35, 38,°dONLNdˇˇ+ , 43, 46, 48, 50, 53, 57,°dONLNdˇˇ*
  5429. 62, 66, 70°dONLNdˇˇ(ÖvpSubscriberNumber 36°dONLNdˇˇ* pTag 31°dONLNdˇˇ(ìNkeyAEName 78, 84, 85, 86,°dONLNdˇˇ+ 87°dONLNdˇˇ(ùvpTertiaryIndexingName 59°dONLNdˇˇ(©‚ pCountry 45°dONLNdˇˇ)î
  5430. pTrunkCode 36(·N94)$/Apple Event Registry: Custom Third-Party SuitesˇÑ◊#ˇ ˇˇˇˇ#◊ 
  5431. _, Palatino
  5432. .+f/User Terminology Resources Note)ÀDraft)¬6/29/93°dONLNdˇˇ(ifpTypeOfEquipment 64°dONLNdˇˇ* pUniqueID 53, 57, 62, 66, 70°dONLNdˇˇ*
  5433. pValue 31, 34°dONLNdˇˇ* typeAddress 74, 79°dONLNdˇˇ* typeAttribute 74, 78°dONLNdˇˇ* typeEntity 74, 84°dONLNdˇˇ* typeEquipment 74, 86°dONLNdˇˇ* typeIntlText 40°dONLNdˇˇ* typeLocation 74, 87°dONLNdˇˇ* typeMailAddress 74, 81°dONLNdˇˇ* typePerson 74, 85°dONLNdˇˇ* typePhoneAddress 74, 81°dONLNdˇˇ* typePhoneNumber 74, 75°dONLNdˇˇ* typePostalAddress 74, 80°dONLNdˇˇ* typeUserField 74(·eThe Personal Information Suite)ß95ˇ